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
Sentry.java version 6.13.0 Leiningen 2.10.0 on Java 11.0.18 OpenJDK 64-Bit Server VM
Steps to Reproduce
I installed sentry on a clojure (backend) project and deployed on a pod. It works fine for a while but i notice that sentry stopped to getting alerts. I tested locally running a docker container and connect me to the repl i made a simple test using the send-event function.
And when I check the docker logs, it appears that the expected result is the event ID, indicating that it is functioning properly. But notings shows on my project sentry
Environment
Sentry.java version 6.13.0 Leiningen 2.10.0 on Java 11.0.18 OpenJDK 64-Bit Server VM
Steps to Reproduce
I installed sentry on a clojure (backend) project and deployed on a pod. It works fine for a while but i notice that sentry stopped to getting alerts. I tested locally running a docker container and connect me to the repl i made a simple test using the send-event function.
And when I check the docker logs, it appears that the expected result is the event ID, indicating that it is functioning properly. But notings shows on my project sentry
Here are my docker logs:
I also tried running a similar command connecting the REPL to one POD that is running the same project with the same env vars and i get this:
Here is the pod's logs:
Expected Result
A new event should appear in my Sentry project.
Actual Result
No new events were collected by Sentry.
I already check the DSN.
The text was updated successfully, but these errors were encountered: