Krystof Woldrich

Results 185 issues of Krystof Woldrich

### 🛑 Blocked by backend Release Health changes This change would require change of calculating crash rate independent of `handled: false`. As rejected promises do not cause a crash in...

Platform: React-Native

### Description https://docs.sentry.io/platforms/react-native/manual-setup/codepush/ The current CodePush guide still explains importance of release name and dist for source maps. RN now supports Debug IDs which will simplify the guide and the...

Platform: React-Native

### Description Some Babel helper frames are missing source context and are seemingly unsymbolicated. ``` # Before symbolication at _callSuper(app:///index.android.bundle:1:2175645061) # After symbolication at _callSuper(app:///index.android.bundle:1:65) ``` At minimum we should...

Platform: React-Native

### Description After https://github.com/getsentry/sentry-react-native/pull/4006 is merged we need to add new guide to React Native docs about how to reduce the bundle size of the Sentry RN SDK.

Platform: React-Native

### Description In rare cases the SDK can send empty transaction named Route Change. ### Actual This happens when the navigation library API emits route change event but the current...

Type: :beetle: Bug
Platform: React-Native

### Description Currently we are not symbolicating profiles in development mode, thus only methods names are available, but but path to file and in app flags are missing.

Platform: React-Native

### Description - https://github.com/getsentry/team-sdks/issues/95 Part of js v7, check if present in RN transactions.

Platform: React-Native

### Description Currently, transactions discarded by our integrations are being recorded as client dropped because of `sampling_rate` even when the sampling rate is set to `1`. [How `transaction.sampled = false`...

Platform: React-Native

### Description Our current solution to avoid duplicated errors being reported to Sentry doesn't work with obfuscated class names as we are checking the exception type against the string `JavascriptException`....

Type: :beetle: Bug
Platform: React-Native

Add test which detects failing background upload. This will help avoiding regressions - https://github.com/getsentry/sentry-cli/issues/2148