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.

0 votes
0 answers
13 views

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
  • 389
0 votes
0 answers
68 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
18 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
0 votes
0 answers
19 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
80 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
32 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
26 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
51 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
16 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
48 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
23 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
48 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
69 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

15 30 50 per page
1
2 3 4 5
103