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

Migrate from Sentry.io to Rollbar monitoring solution #2403

Merged
merged 9 commits into from
Nov 29, 2024

Conversation

tom2drum
Copy link
Collaborator

Description and Related Issue(s)

Resolves #2402

Proposed Changes

Added NEXT_PUBLIC_ROLLBAR_CLIENT_TOKEN for enabling Rollbar integration. NEXT_PUBLIC_SENTRY_DSN, SENTRY_CSP_REPORT_URI, NEXT_PUBLIC_SENTRY_ENABLE_TRACING are marked as deprecated.

Checklist for PR author

  • I have tested these changes locally.
  • I added tests to cover any new functionality, following this guide
  • Whenever I fix a bug, I include a regression test to ensure that the bug does not reappear silently.
  • If I have added, changed, renamed, or removed an environment variable
    • I updated the list of environment variables in the documentation
    • I made the necessary changes to the validator script according to the guide
    • I added "ENVs" label to this pull request

@tom2drum tom2drum added the ENVs label Nov 15, 2024
@tom2drum tom2drum requested a review from isstuev November 18, 2024 11:31
@github-actions github-actions bot added the tech Issues related to building, testing, and other project tooling label Nov 18, 2024
@@ -1,3 +1,4 @@
# TODO @tom2drum setup source maps for Rollbar
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This will be addressed in the following task, provided the tool functions as needed. Currently, the documentation does not clarify whether we can upload one source map for all instances. It states that we must specify a base URL to match the stack frame location.

@tom2drum tom2drum force-pushed the tom2drum/issue-2402 branch from d4e39f0 to 742e381 Compare November 18, 2024 12:07
@tom2drum tom2drum merged commit 5ba45db into main Nov 29, 2024
7 checks passed
@tom2drum tom2drum deleted the tom2drum/issue-2402 branch November 29, 2024 14:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ENVs tech Issues related to building, testing, and other project tooling
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Alternatives to Sentry.io
2 participants