sentry-react-native icon indicating copy to clipboard operation
sentry-react-native copied to clipboard

Official Sentry SDK for React Native

Results 468 sentry-react-native issues
Sort by recently updated
recently updated
newest added

### 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"...

repository maintenance
Platform: React-Native

### Description Similar to kotlin lint in Dart. https://github.com/getsentry/sentry-dart/blob/fe217baa64bf65dac702f8ef5acd8a267f02b46c/.github/workflows/flutter.yml#L191-L204 ```yml pod-lint: runs-on: macos-latest defaults: run: working-directory: ./flutter steps: - uses: actions/checkout@v3 # https://github.com/CocoaPods/CocoaPods/issues/5275#issuecomment-315461879 - run: pod lib lint ios/sentry_flutter.podspec --configuration=Debug...

repository maintenance
Platform: React-Native

### Description https://github.com/getsentry/sentry-react-native/blob/86821a42777cb1819de312df6cac058f5224b1af/android/src/main/java/io/sentry/react/RNSentryModule.java#L338 https://github.com/getsentry/sentry-java/releases/tag/6.5.0-beta.2 Blocked till 6.5.0 is GA. Similar to https://github.com/getsentry/sentry-dart/issues/1057

Platform: React-Native

### Description Hey folks, [happy Hacktoberfest](https://hacktoberfest.com/)! The Sentry React Native SDK is accepting PRs for hacktoberfest. We are more than happy to offer you assistance with scoping work, writing code/tests...

Hacktoberfest 🎃
Platform: React-Native

### Description Android and iOS have it enabled by default. Its disabled by default on JS and RN inherits this option from JS when events are captured in the JS...

Hacktoberfest 🎃
Status: Backlog
Effort: Small
Impact: Medium
Platform: React-Native

NativeTransport uses hardcoded 30 items in promise buffer https://github.com/getsentry/sentry-react-native/blob/1e21438517050133d603247baeff05a464c76407/src/js/transports/native.ts#L11 Cocoa SDK uses different name for the bufferSize https://github.com/getsentry/sentry-cocoa/blob/172c95a0f5823a6a1c37cd1b2d348ed047ba67b4/Sources/Sentry/SentryOptions.m#L47 The naming across the sdks should mathch.

Type: :beetle: Bug
Hacktoberfest 🎃
Effort: Small
Impact: Small
Platform: React-Native

### Problem Statement Currently, the only way to override defaults for the plugin is via `SENTRY_RELEASE` and `SENTRY_DIST` environment variables. I believe, this is against the Gradle's best practices for...

gradle
Platform: React-Native

Bumps scripts/update-cli.sh from 2.30.0 to 2.30.2. Auto-generated by a [dependency updater](https://github.com/getsentry/github-workflows/blob/main/.github/workflows/updater.yml). ## Changelog ### 2.30.2 This release re-enables Python releases. There are no code changes. ### 2.30.1 #### Various fixes...

dependencies

Bumps scripts/update-javascript.sh from 7.100.1 to 7.106.1. Auto-generated by a [dependency updater](https://github.com/getsentry/github-workflows/blob/main/.github/workflows/updater.yml).

dependencies

Bumps scripts/update-rn.sh from v0.80.1 to v0.83.0. Auto-generated by a [dependency updater](https://github.com/getsentry/github-workflows/blob/main/updater/action.yml). ## Changelog ### v0.82.1 - Fixed representation of transforms when view is originally zero-sized ([a81e94a40c](https://github-redirect.dependabot.com/facebook/react-native/commit/a81e94a40ca8dca9e57b562db21f8f235c5b25a0) by [javache](https://github-redirect.dependabot.com/javache)) - Fixed...

dependencies
Blocked