Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Sentry] Dedupe releases & use Sentry x Github integrations #1180

Open
6 tasks
shanimal08 opened this issue Dec 4, 2024 · 0 comments
Open
6 tasks

[Sentry] Dedupe releases & use Sentry x Github integrations #1180

shanimal08 opened this issue Dec 4, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request github_actions Pull requests that update GitHub Actions code stability

Comments

@shanimal08
Copy link
Collaborator

Describe the problem

the current sentry implementations SUCK can be improved upon 😁 because we haven't used sentry-cli

  • there are always 2 releases created for each version bump (one for FE, one for BE) because of how we init Sentry on either side
  • BE issues on sentry always have the A required debug information file was missing (1) problem & messy stack traces

Expected behaviour

  • one sentry release ₜₒ ᵣᵤₗₑ ₜₕₑₘ ₐₗₗ per .... release
  • debug information (for each platform) should be uploaded for BE during the builds and releases

What to do?

  • use sentry-cli in our GH workflows to create releases, instead of in the inividual inits on FE/BE
  • upload debug information from workflow builds
  • set up Sentry x GH integration for this repo on Sentry
    • first prize:
      • release mgmt
    • nice to haves:
      • issue tracking
      • ....all the other cool stuff
@shanimal08 shanimal08 self-assigned this Dec 4, 2024
@shanimal08 shanimal08 added enhancement New feature or request github_actions Pull requests that update GitHub Actions code stability labels Dec 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request github_actions Pull requests that update GitHub Actions code stability
Projects
None yet
Development

No branches or pull requests

1 participant