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
21
votes
5 answers

How to config SMTP Settings in Sentry?

How to config SMTP Settings in Sentry? I set my SMTP mail-server configuration on onpremise/config.yml, then I did as follows: sudo docker-compose run --rm web upgrade sudo docker-compose up -d (before that, I removed previous consider containers) …
Benyamin Jafari
  • 27,880
  • 26
  • 135
  • 150
18
votes
1 answer

SymBrowser_ModifyWindowOpenWithTarget Browser Error

We are currently using Sentry Error Tracking Software to find javascript errors. We've been receiving the following error pretty consistently: Can't find variable: SymBrowser_ModifyWindowOpenWithTarget Seems to be occurring when viewing our react…
17
votes
3 answers

how do I encrypt data in R?

I am adding a sentry handler to the R logging package. currently django-sentry validates the client (the application sending log records) based on a shared key which travels in clear text in a secured channel. I was wondering if it was possible to…
mariotomo
  • 9,438
  • 8
  • 47
  • 66
17
votes
2 answers

Sentry token in repository via sentry.properties

While my DSN is in a .env file and hidden from the repo browsers, I find it disturbing that my auth token is in the sentry.properties file for all to see. I'm having trouble understanding what this means and how much of a security risk is it to let…
Jonathan Oron
  • 173
  • 1
  • 5
16
votes
5 answers

How do you raise a python exception and include additional data for Sentry?

Sentry can detect additional data associated with an exception such as: How do you raise such an exception from Python (it's a Django app) with your own additional data fields?.
AJP
  • 26,547
  • 23
  • 88
  • 127
15
votes
3 answers

How to ignore certain Python errors from Sentry capture

I have Sentry configured to capture all errors from a Django+Celery application. It works ok, but I'm finding an obnoxious use case is when I have to restart my Celery workers, PostgreSQL database or messaging server, which causes thousands of…
Cerin
  • 60,957
  • 96
  • 316
  • 522
14
votes
0 answers

Sentry: Enable readable stack traces when using React

I am using Sentry to catch any error on production with Netlify's plugin to upload the source maps. I got the message: Error matching your configuration.Configure Stack Trace Linking to fix this problem. What I should fill on "Stack Trace Root"…
Rodrigo
  • 135
  • 4
  • 45
  • 107
14
votes
1 answer

is it possible to upload the flutter source maps or source code to sentry for better debugging?

I would like to have better stacktrace information when I get some error information over sentry. At the moment, flutter sentry only gives you a stacktrace where it appears as "Compiled" code and it makes debugging more difficult. Is there a way to…
14
votes
1 answer

Avoid reporting Broken Pipe errors to Sentry in a Spring Boot application

I have a Spring Boot application that uses Sentry for exception tracking and I'm getting some errors that look like this: ClientAbortExceptionorg.apache.catalina.connector.OutputBuffer in realWriteBytes errorjava.io.IOException: Broken pipe My…
Pablo Fernandez
  • 279,434
  • 135
  • 377
  • 622
13
votes
1 answer

How to setup Sentry-cli source maps with react-native

Introduction Hi, I'm trying to get Sentry to recognise our sourcemaps in a react-native project, but I can't get it working. The artifacts are uploading - I can see them in the WebUI, but the events lack context/mapping: Question Can anyone see…
Ashley Coolman
  • 11,095
  • 5
  • 59
  • 81
12
votes
0 answers

How to catch *all* errors and exceptions with Sentry?

Out of 24 errors that appear in the console of my page in Chrome, Sentry only records one. I have followed the documentation and ensured that Sentry is loaded and initialized in the of the page, after jQuery, but before our CMS vendor code…
John Goofy
  • 866
  • 8
  • 22
12
votes
1 answer

Cannot read property '_avast_submit' of undefined

We're are using Sentry for our React App and faced this issue. Don't know where exactly this issue is coming from? This variable '_avast_submit' (or related named variable) is not at all used in either frontend or backend. In the screenshot it's…
Aniruddha Shevle
  • 4,602
  • 4
  • 22
  • 36
12
votes
2 answers

Celery tasks uncaught exceptions not being sent to Sentry

I'm currently working with Celery tasks in a Django based project. We have raven configured to send all uncaught exceptions and log messages to Sentry, as described in the documentation. Everything works pretty good, except for uncaught exceptions…
Martin Zugnoni
  • 1,439
  • 2
  • 14
  • 21
12
votes
1 answer

PHP error logs were successfully sent to Sentry but on the Sentry Dashboard no logs showed

What are the reasons why Sentry Dashboard is not being updated even though errors were successfully sent? I've tried simulating an error and logging the whole process in Raven library from getting the exception up to sending to sentry. Raven…
jhnferraris
  • 1,361
  • 1
  • 12
  • 34
11
votes
3 answers

JSON Parse error: Unrecognized token '!' - error caught by Sentry

The error in the title is caught by Sentry (an error tracking tool). Below is a screenshot from Sentry - showing the stack trace. Note: the script /en_US/iab.autofill.payment.js where handleMessage is located is loaded from Facebook (link here),…
Nicu Timofte
  • 152
  • 1
  • 8
1
2
3
95 96