Krystof Woldrich
Krystof Woldrich
Hi guys, I really apriciete the possibility to download this module directly from GitHub. But since there are no tags here, I have to search appropriet commit hashes to ensure...
### Environment Example: https://github.com/getsentry/sentry-wizard/runs/7922876345?check_suite_focus=true ### Steps to Reproduce 1. Add failing test 2. Push it ### Expected Result The job should fail. ### Actual Result ![Screenshot 2022-08-29 at 15 58...
### Environment When I add a `console.log` in `ReactNative` integration, the tests will fail because the `console.log` would be called after the tests are supposedly done. It's not related to...
fix(get): Allow no relative url to fetch RESTful api list **What kind of change does this PR introduce?** (check at least one) - [x] Bugfix - [x] Feature - [...
### Description The perf table should include legacy/new arch before/after sentry. Currently, it is only legacy before/after.
### Description https://github.com/getsentry/sentry-react-native/blob/86821a42777cb1819de312df6cac058f5224b1af/ios/RNSentry.m#L158-L161 sdkInfo is deprecated https://github.com/getsentry/sentry-cocoa/pull/1960 PrivateSentrySDKOnly.getSdkName and PrivateSentrySDKOnly.getSdkVersionString to retrieve the information Cocoa [issue](https://github.com/getsentry/sentry-cocoa/issues/2270)
### Description From 7.15 JS SDK has a configurable heartbeat interval, maybe we can add this to our options too. https://github.com/getsentry/sentry-javascript/pull/5867/files
### Description ```sh yarn install v1.22.19 [1/4] 🔍 Resolving packages... [2/4] 🚚 Fetching packages... [3/4] 🔗 Linking dependencies... warning " > @sentry/[email protected]" has unmet peer dependency "[email protected]". warning "@sentry/typescript >...
### Description Similarly as hermes engine https://github.com/getsentry/sentry-react-native/blob/c95aa21497ca93aaaaf0b44d170dc39dc7bcf660/src/js/sdk.tsx#L136 tract turbo modules and fabric renderer.
### Description Each package should be present only once. ``` sdk: { name: "sentry.javascript.react-native", version: "4.6.1", integrations: [ "ReactNativeErrorHandlers", "Release", "InboundFilters", "FunctionToString", "Breadcrumbs", "LinkedErrors", "Dedupe", "HttpContext", "EventOrigin", "SdkInfo", "RewriteFrames", "DeviceContext"...