Creating an event in Sentry on-premise

Can we create an event manually in Sentry on-premise?

Yup, you can use sentry-cli for that: Sending Events | Sentry Documentation

Can you please tell me Where those events will be sent to Sentry?
I sent one sample event using sentry-cli, I checked in issue section, there is no event which I sent.

They are sent to whichever DSN you set it to:

If you want to use it, you need to export the SENTRY_DSN environment variable and point it to the DSN of a project of yours

It’s working. Thank you very much.

1 Like

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.