Questions tagged [sentry]

Sentry is a full-stack application monitoring solution. It provides features such as error monitoring, crash reporting, performance monitoring, and distributed tracing.

Sentry is a full-stack application monitoring solution. It provides features such as error monitoring, crash reporting, performance monitoring, and distributed tracing.

Installation & clients

Sentry provides a hosted service, as well as an self-hosted option. Most of Sentry, including the back-end and SDKs are open source.

Sentry works with most languages, frameworks, and libraries with its official and community-provided clients, including Ruby, Python, Java, PHP, Javascript, Cocoa, .NET, Unity Go, Dart/Flutter, C/C++, Rust, and many others - or you can also write your own client.

Useful links

1435 questions
-1
votes
1 answer

How the getsentry log exceptions

I am new to Sentry service, I am wondering if Sentry will catch all the exceptions? Will it log the catched exceptions? throw "bbbb"
Adam Lee
  • 24,710
  • 51
  • 156
  • 236
-2
votes
0 answers

What is preventing an Owner from making a team member an Admin?

[As an Owner] Why am I unable to make an active member of the Team an Admin in the Organization Role selection view?
lovelikelando
  • 7,593
  • 6
  • 32
  • 50
-2
votes
1 answer

How can a third party track/fetch a web project's API network calls through code?

I want to know how can third-party apps access API network calls. Like the API's request headers, response headers, payload, etc. Example - Sentry has a feature "Relay" which can track user movements and even records API calls. Shouldn't there be…
NevetsKuro
  • 604
  • 7
  • 14
-2
votes
1 answer

Plug Sentry on ActiveMQ Artemis

I want to show the metrics of ActiveMQ(messages arriving in the EXPIRY_QUEUE and DL_QUEUE) on Sentry and generate the Alerts using Sentry. Kindly suggest any option to scrape the ActiveMQ metrics in Sentry.
mhtiti
  • 3
  • 1
-2
votes
1 answer

i have created a project in sentry on react but configuring it on gatsby is it a correct way to do?

I am using sentry to track crashing report and I have setup my project on top of react but I am configuring it by Gatsby and I have added the plugin in correct way in gatsby.js file but on creating issue in any one of the component it is not…
-2
votes
1 answer

Is there a way where we add scope to Sentry and add tracing information in Sentry-Java.?

I am trying to add request id tracing when I capture an exception in Sentry-Java. In the official doc, only code samples for javascript is given. Is this feature available for Sentry-Java..? https://docs.sentry.io/enriching-error-data/tracing/
-4
votes
2 answers

Connect to Self Hosted Sentry from other docker container

I have a Docker container for my web server running on 127.0.0.1:8009 and I also installed the Self Hosted Sentry app running on 127.0.0.1:9000. But now the web server cannot connect to the sentry service and send error messages. I also test with…
Mutatos
  • 1,675
  • 4
  • 25
  • 55
-5
votes
2 answers

Is sentry-laravel sending data sync/blocking?

Sure if exception happend then does't matter speed of response from the sentry server, but if it is a log to the sentry? Api client will not receive response before log request sent? As I see under the hood, it uses Guzzle with promises to send…
rst630
  • 59
  • 2
  • 14
1 2 3
95
96