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

[EXP-35-236] sentry release tracking + custom tags #236

Merged
merged 2 commits into from
Feb 8, 2022

Conversation

mariuspod
Copy link
Contributor

@mariuspod mariuspod commented Feb 8, 2022

We can activate now sentry release tracking by passing a SENTRY_RELEASE env like so:

export SENTRY_RELEASE=$(git rev-parse --short HEAD)
https://docs.sentry.io/product/releases/

if this is set to a value sentry will show it under the Releases section which can be further filtered by the environment.

The environment (previously ENV) has been replaced in favor of sentry's default SENTRY_ENVIRONMENT
https://docs.sentry.io/platforms/python/configuration/options/#common-options

Also changed some custom tags like discussed with Bob.

@yearn-linear-gh-sync yearn-linear-gh-sync bot changed the title sentry release tracking + custom tags [EXP-35-236] sentry release tracking + custom tags Feb 8, 2022
@linear
Copy link

linear bot commented Feb 8, 2022

EXP-35 [EXP-35-236] sentry release tracking + custom tags

We can activate now sentry release tracking by passing a SENTRY_RELEASE env like so:

export SENTRY_RELEASE=$(git rev-parse --short HEAD)
https://docs.sentry.io/product/releases/

if this is set to a value sentry will show it under the Releases section which can be further filtered by the environment.

The environment (previously ENV) has been replaced in favor of sentry's default SENTRY_ENVIRONMENT
https://docs.sentry.io/platforms/python/configuration/options/#common-options

Also changed some custom tags like discussed with Bob.

Copy link
Collaborator

@BobTheBuidler BobTheBuidler left a comment

Choose a reason for hiding this comment

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

Straightforward changes, LGTM

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