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

Add Sentry and Google Analytics #299

Merged
merged 2 commits into from
Nov 28, 2023
Merged

Conversation

samshara
Copy link
Member

@samshara samshara commented Nov 28, 2023

Changes

  • Add Sentry
  • To configure Sentry we need to setup the following environment variables
    APP_SENTRY_DSN
    APP_SENTRY_TRACES_SAMPLE_RATE
    APP_SENTRY_REPLAYS_SESSION_SAMPLE_RATE
    APP_SENTRY_REPLAYS_ON_ERROR_SAMPLE_RATE
  • To configure Google Analytics we need to setup the following environment variables
    APP_GOOGLE_ANALYTICS_ID

This PR doesn't introduce:

  • typos
  • conflict markers
  • unwanted comments
  • temporary files, auto-generated files or secret keys
  • console.log meant for debugging
  • codegen errors

env.ts Outdated Show resolved Hide resolved
src/index.tsx Outdated Show resolved Hide resolved
@samshara samshara changed the title Add Sentry Add Sentry and Google Analytics Nov 28, 2023
@frozenhelium frozenhelium merged commit 13fafca into develop Nov 28, 2023
6 checks passed
@frozenhelium frozenhelium deleted the feature/sentry-integration branch November 28, 2023 12:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants