-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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 Exporter - Issues are not associated with the correct environment #35649
Labels
Comments
HarryJRob
added
bug
Something isn't working
needs triage
New item requiring triage
labels
Oct 7, 2024
Pinging code owners:
See Adding Labels via Comments if you do not have permissions to add labels yourself. |
This was referenced Oct 8, 2024
This was referenced Oct 29, 2024
atoulme
added
waiting-for-code-owners
and removed
needs triage
New item requiring triage
labels
Dec 7, 2024
@AbhiPrasad please review |
This was referenced Dec 17, 2024
This was referenced Jan 7, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Component(s)
exporter/sentry
What happened?
Description
Hi all, I am trying to connect a instance of Ory Kratos which produces telemetry in otel format to a self hosted sentry instance using a custom otel collector built using the otel collector builder v0.110.0.
The custom collector is using v0.110.0 of the sentryexporter.
Thank you for your time maintaining this code and any help you can provide!
Steps to Reproduce
trace.json
trace.json
Sentry transaction is associated with the correct environment:
Issues as part of the transaction are not associated with the correct environment:
Expected Result
The issues in sentry are associated with the environment specified in the otel collector configuration
Actual Result
The issues in sentry are not associated with any environment
Collector version
v0.110.0
Environment information
Environment
OS: Alpine Linux
Compiler(if manually compiled): go 1.23.2
OpenTelemetry Collector configuration
Log output
Additional context
This might be an issue with how Ory is using the otel protocol but unfortunately I'm not experienced enough with tracing to know whether this is the case.
From what I've understood from the sentryexporters source code perhaps this line should also include a mapping of the environment from the sentryexporter config?
The text was updated successfully, but these errors were encountered: