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

feat(sentry): Add tags to sentry configuration #3944

Merged
merged 8 commits into from
Sep 18, 2024

Conversation

JHeilCoveo
Copy link
Contributor

Description

We have many regions for a given environment, when an issue arise it is impossible for us to know in which region the issue occurred as the only tag included in the sentry issue is the environment one.

This adds configurable tags in sentry configuration. Each event sent by Sentry relay will have those tags appended.

Fix #3842

Legal Boilerplate

Look, I get it. The entity doing business as "Sentry" was incorporated in the State of Delaware in 2015 as Functional Software, Inc. and is gonna need some rights from me in order to utilize my contributions in this here PR. So here's the deal: I retain all rights, title and interest in and to my contributions, and by keeping this boilerplate intact I confirm that Sentry can use, modify, copy, and redistribute my contributions, under Sentry's choice of terms.

@JHeilCoveo JHeilCoveo requested a review from a team as a code owner August 23, 2024 11:52
relay-log/src/setup.rs Outdated Show resolved Hide resolved
@Dav1dde Dav1dde changed the title Add tags to sentry configuration feat(sentry): Add tags to sentry configuration Aug 26, 2024
@JHeilCoveo
Copy link
Contributor Author

Hi @Dav1dde, @iambriccardo, can I do anything to get this PR merged ?

@Dav1dde
Copy link
Member

Dav1dde commented Sep 18, 2024

@JHeilCoveo sorry I was on vacation and somehow this fell through the cracks!

@Dav1dde Dav1dde enabled auto-merge (squash) September 18, 2024 09:29
@Dav1dde Dav1dde merged commit cde5997 into getsentry:master Sep 18, 2024
23 checks passed
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.

Support configuring custom tags to be sent along for internal Error reporting
3 participants