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

Sentry tagging improvements #14306

Closed
pedroslopez opened this issue Jun 30, 2022 · 0 comments · Fixed by #14395
Closed

Sentry tagging improvements #14306

pedroslopez opened this issue Jun 30, 2022 · 0 comments · Fixed by #14395
Assignees

Comments

@pedroslopez
Copy link
Contributor

pedroslopez commented Jun 30, 2022

When going through some Sentry issues I found myself wanting a bit more from the tags:

  • We should send the docker image as a separate tag, since the release tag is hiding the "package name" and only showing the version, making it a little more work to know what connector this is affecting.
  • workspace_id should also be a separate tag - currently it comes through as the user, which is workable but not quite clear
  • When working with the issue I often wanted to go into the affected workspace/connection. I can build that link myself by using the workspace id and connection id that are already included in the tags, but we can probably include a direct link instead.

Other notes:

  • deployment_mode is currently coming though as OSS. I would expect this to be cloud instead - are we not setting the env variable?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant