-
Notifications
You must be signed in to change notification settings - Fork 514
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
feat: Add SENTRY_SPOTLIGHT env variable support #3443
Conversation
Allows setting Spotlight through `$SENTRY_SPOTLIGHT` env variable.
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #3443 +/- ##
==========================================
- Coverage 79.80% 79.73% -0.08%
==========================================
Files 134 134
Lines 14522 14530 +8
Branches 3056 3059 +3
==========================================
- Hits 11589 11585 -4
- Misses 2097 2112 +15
+ Partials 836 833 -3
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@BYK Thanks for this! Can you please also add a test to https://github.com/getsentry/sentry-python/blob/master/tests/test_spotlight.py?
Will add tests and then will request a re-review. |
Finally, ready for the final round |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you @BYK!
Allows setting Spotlight through `$SENTRY_SPOTLIGHT` env variable. --------- Co-authored-by: Burak Yigit Kaya <bkaya21@bloomberg.net>
Allows setting Spotlight through
$SENTRY_SPOTLIGHT
env variable.Part of getsentry/spotlight#482