We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Hi
How do you setup Sentry correctly to load / not load when using several servers (staging/live setup)? (ref: #5 (comment) and bundles file etc.)
What we've done:
SENTRY_TRACING_ENABLED
config/packages/sentry.yaml
sentry: dsn: "%env(SENTRY_DSN)%" tracing: enabled: "%env(bool:SENTRY_TRACING_ENABLED)%"
Both use prod as app_env
prod
When developers code locally, sometimes they have to disable sentry to get itt work. It just should not load for them.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Question
Hi
How do you setup Sentry correctly to load / not load when using several servers (staging/live setup)?
(ref: #5 (comment) and bundles file etc.)
What we've done:
SENTRY_TRACING_ENABLED
in each Live/Dev .env file.config/packages/sentry.yaml
we set...
Both use
prod
as app_envIssue
When developers code locally, sometimes they have to disable sentry to get itt work. It just should not load for them.
The text was updated successfully, but these errors were encountered: