Sentry doesn't report bugs anymore

Hi there.
We have many projects that are using Sentry well.
Somehow, I found that a project no longer report bugs at all since about a month ago.
I’m just wondering something goes wrong…
All projects work well except just one project.
So, I changed sentry dsn key but it didn’t work.
Am I missing something?
Any opinion would be appreciated.
Thank you. :slight_smile:

1 Like

@noel-bk – this is very little to go on. Is this for a self-hosted instance of Sentry? What client library are you using?

@benvinegar
Hello.
Sure, we have a self-hosted instance.
https://sentry.****.com

We are using this:
compile(“com.getsentry.raven:raven-logback:7.3.0”)

I tried to remove the project and make the project again.
But it isn’t work yet.
I don’t know why at all.
Let me know if you need more information.
Thank you.

You’ll need to actually debug if its sending the messages, if its receiving the messages, where the misconfigurations are, etc. The downside to running Sentry yourself is you have to run it yourself :slight_smile:

@zeeg
Okay. I understood.
I’ll debug whether it sending the messages or not.
Thank you for your support. :slight_smile: