Skip to main content

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
0 answers
10 views

Sentry Queue integration with Symfony messenger

I'm trying to setup Symfony Messenger with Sentry Queues but for a while without any luck. I cannot find any resources online to this specific topic. I'm trying to use the example sentry provides and ...
krystof18's user avatar
  • 279
1 vote
2 answers
47 views
+300

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,851
0 votes
0 answers
31 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
1 answer
23 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
44 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
14 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
46 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
36 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
20 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
47 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
0 votes
0 answers
68 views

Helm Upgrade Fails for Sentry: 0 out of 1 Pods Are Running

I am currently working on upgrading my Sentry deployment using Helm, but I am encountering an issue where the upgrade fails, and no pods are running. Helm Version: v3.14.4 Kubernetes Version: v1.28.9-...
SUDHARSHAN D's user avatar
16 votes
5 answers
977 views

G4A Sentry Error TypeError Nc(gtag/js) Failed to fetch

Anyone else experiencing errors like TypeError Nc(gtag/js) Failed to fetch on Sentry when sending requests to GA4? I've tried manually replicating the issue but couldn't reproduce the error. Any ...
Jeigh Frost's user avatar
-1 votes
0 answers
27 views

How to determine app crash in NextJs/Sentry?

I have NextJs application with Sentry installed. But I can't find a way to recognize which errors causes app crashing. For example: I'm showing /500 page everytime when errors occurs during the render ...
Anton Karatkevich's user avatar
2 votes
2 answers
295 views

React native sentry Use of undeclared identifier 'kSentryLevelWarning'

I'm using @sentry/react-native version 5.18.0 in my React Native project and I'm getting the errors "Use of undeclared identifier 'kSentryLevelFatal'" and "Use of undeclared identifier '...
Ashad's user avatar
  • 2,493

15 30 50 per page
1
2 3 4 5
103