-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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 not exporting traces to sentry #30200
Comments
Pinging code owners:
See Adding Labels via Comments if you do not have permissions to add labels yourself. |
No more specific exception logs are provided |
that the issue, i don't see any exception related to sentry exporter |
If you set up a SAAS sentry instance and try to send some data to it, does it show up? I'm wondering if this is a self-hosted issue. The OTEL config seems fine to me. |
we are not authorized per company security policy to send data outside of our env, hence the local sentry deployment. |
This issue has been inactive for 60 days. It will be closed in 60 days if there is no activity. To ping code owners by adding a component label, see Adding Labels via Comments, or if you are unsure of which component this issue relates to, please ping Pinging code owners:
See Adding Labels via Comments if you do not have permissions to add labels yourself. |
This issue has been closed as inactive because it has been stale for 120 days with no activity. |
Component(s)
exporter/sentry
What happened?
I've had a working setup with collector and jaeger but due to issues with it's backend storage im looking into using another backend. sentry also exists in our company so Im trying to export my traces to it.
it seems sentry exporter is loaded but nothing is actually being exported.
I can't see any debug logs for it from the collector and i cant see any data in sentry.
I'm not using the sentry sdk in my services, just exporting traces from my services using otlp as done for jeager.
AFAIK, that should suffice for basic tracing, no need for the extra features the sentry sdk gives fror now.
with jaeger i could see connection status before data was sent to jaeger
with sentry i cant see any connection to sentry backend.
Collector version
0.91.0
Environment information
Environment
AWS EKS
Sentry version: self-managed 21.8.0 (this is quite old but that what's installed on out site, not sure if this is the issue)
OpenTelemetry Collector configuration
Log output
Additional context
No response
The text was updated successfully, but these errors were encountered: