Skip to main content
The 2024 Developer Survey results are live! See the results

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
0 votes
1 answer
15 views

Sentry Flutter mobile source map and source context not working

i want i integrate flutter mobile with sentry because of the source map feature , to see the dart code lines directly in the sentry board but only the stacktrace is showing is it available for mobile ...
imadchikh's user avatar
0 votes
1 answer
26 views
+50

Sentry Logging python integration - which handler?

So if there are 2 handlers to a logger say ch = logging.StreamHandler(sys.stdout) ch.setLevel(logging.DEBUG) ch.setFormatter(logging.Formatter('%(message)s')) # Logs are ...
Ram's user avatar
  • 339
1 vote
0 answers
76 views

Why Sentry throws "Invalid token" (http status: 401) error for a valid token?

I've got a next.js application that connected to sentry and I'm confident about the token, But when I tried to run npm run build in my app to get output I faced Invalid token (http status: 401) error. ...
amirali erfani's user avatar
0 votes
1 answer
20 views

Crash reporting tool which differentiate crash from my SDK and Client App in Android

I have an Android SDK and my clients integrate into their Apps, I have added FirebaseAnalytics and Sentry to detect my SDK crash but I am also getting the clients app crashes. How to filter it out or ...
user3606902's user avatar
1 vote
1 answer
58 views
+50

Sentry Queue integration with Symfony messenger

I've been trying to set up Symfony Messenger with Sentry Queues for a while but without any luck. I cannot find any resources online related to this specific topic. I'm trying to use the example ...
krystof18's user avatar
  • 239
1 vote
1 answer
89 views

Execution failed for task ':package_info_plus:compileReleaseJavaWithJavac'. Only happening on bitrise build

I have found many questions related to this issue. The difference here is that this error only happens on bitrise build. I can build locally release and development mode, and the build works, that is ...
user3808307's user avatar
  • 1,351
0 votes
0 answers
34 views

Sentry events displayed inappropriately while filtering

I have integrated Sentry, to track exceptions that arise in my app. Since the application was used by multiple users, the user ID was also logged which differs for every user. The exceptions are ...
Gowtham's user avatar
  • 31
1 vote
2 answers
29 views

How could I filter APM events on sentry for ASP.NET?

In my ASP.NET app, we are using sentry to log errors, but we want to filter all the APM messages. I was intending to filter it using the following approaches: options.SetBeforeSendTransaction((...
ThiRoss's user avatar
  • 165
0 votes
2 answers
64 views

Laravel 11: BindingResolutionException: Target class [hash] does not exist during app bootstrap

I have just created a fresh Laravel project and installed Sentry for exception logging. Here is my bootstrap/app.php: <?php use Illuminate\Foundation\Application; use Illuminate\Foundation\...
Moddaser Hossain's user avatar
0 votes
0 answers
17 views

Changing SENTRY_EVENT_RETENTION_DAYS value in .env

I have a self-hosted sentry running for about 40 days. I want to change settings for SENTRY_EVENT_RETENTION_DAYS from 90 days to 30 days in .env file. What steps do I need to take for the changes to ...
Patrik Lojan's user avatar
0 votes
1 answer
54 views

ReferenceError ?(<anonymous>) Ongoing Level: Error Unhandled shadowDOMUnlocker is not defined

I am getting below two errors logged in sentry happening on the production level and not in local for Angular app. unable to identify the root cause of it. Any idea? exception: 1. shadowDOMUnlocker is ...
Rahul Prasad's user avatar
0 votes
0 answers
38 views

Sentry flutter source maps missing stack traces and missing_source_content error

I have a problem with Sentry for Flutter. I can't read stack traces and I have a missing_source_content error. pubspec.yaml config: sentry: upload_debug_symbols: true upload_source_maps: true ...
Luke M's user avatar
  • 27
0 votes
0 answers
28 views

Sentry not logging errors for some clients in React app

I'm experiencing an issue where Sentry is not logging errors for a specific client in my React app. I have confirmed that the client does not have any ad blockers installed and is not using Brave. ...
Bran's user avatar
  • 29
0 votes
0 answers
56 views

Using sentry on android make app crash when ndk error happens

I'm using Sentry on an Android project using UVCCamera library, sometimes I get some errors like invalid pthread_t 0x71e13cbcb0 passed to pthread_getcpuclockid Fatal signal 6 (SIGABRT), code -1 (...
topxebec's user avatar
  • 1,417
0 votes
0 answers
15 views

Why I could not find the screenshots send by the user in User Feedback UI

Environment SaaS (https://sentry.io/) What are you trying to accomplish? I built my own custom UI to send user feedback, however I could not find the screenshot I send: User Interface Function ...
Ala Eddine Menai's user avatar

15 30 50 per page
1
2 3 4 5
103