You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Log message should appear in the UI as they do when using sentry.io.
Actual Result
No activity is seen in the UI
Is there anything else I can debug in this scenario? The readme says "should work with on-prem Sentry versions 20.6 and later", I hope that's still the case or was there some breaking change added?
The text was updated successfully, but these errors were encountered:
Hi @mrhockeymonkey, sorry for the long turnaround here.
Unfortunately, we're only testing against the latest Sentry SaaS, and we're not planning to test against specific older versions.
In this case, I would advise you to enable debug logging for your Kafka consumers and check there.
If you found out that the SDK is really incompatible with that version, it would be great if you could confirm it and report any additional information you found here, so that we can reflect it in the README.
Environment
server: sentry on-prem 21.8.0
crate: sentry = "0.34.0"
Steps to Reproduce
I have a small application tailing logs and forwarding errors to sentry.
This works fine if using sentry.io but messages do not appear on our on-prem sentry server.
Enabling debug in config only yields these messages
Full code here: https://github.com/mrhockeymonkey/consul-beat/tree/main/consulbeat
Expected Result
Log message should appear in the UI as they do when using sentry.io.
Actual Result
No activity is seen in the UI
Is there anything else I can debug in this scenario? The readme says "should work with on-prem Sentry versions 20.6 and later", I hope that's still the case or was there some breaking change added?
The text was updated successfully, but these errors were encountered: