Skip to content

No releases detected in sentry.io #4375

@knro

Description

@knro

What React Native libraries do you use?

React Native without Frameworks

Are you using sentry.io or on-premise?

sentry.io (SaS)

@sentry/react-native SDK Version

6.4.0

How does your development environment look like?

info Fetching system and libraries information...
System:
  OS: Linux 6.8 KDE neon 6.2 6.2
  CPU: (24) x64 AMD Ryzen 9 5900X 12-Core Processor
  Memory: 28.22 GB / 62.71 GB
  Shell:
    version: 5.2.21
    path: /bin/bash
Binaries:
  Node:
    version: 20.9.0
    path: ~/.nvm/versions/node/v20.9.0/bin/node
  Yarn:
    version: 4.4.0
    path: ~/.nvm/versions/node/v20.9.0/bin/yarn
  npm:
    version: 10.1.0
    path: ~/.nvm/versions/node/v20.9.0/bin/npm
  Watchman: Not Found
SDKs:
  Android SDK:
    API Levels:
      - "23"
      - "28"
      - "29"
      - "30"
      - "31"
      - "33"
      - "34"
    Build Tools:
      - 30.0.2
      - 30.0.3
      - 31.0.0
      - 33.0.0
      - 33.0.1
      - 34.0.0
    System Images:
      - android-29 | Google APIs Intel x86 Atom
      - android-29 | Google Play Intel x86 Atom
      - android-30 | Google APIs Intel x86 Atom
      - android-30 | Google APIs Intel x86_64 Atom
      - android-33 | Google APIs Intel x86_64 Atom
    Android NDK: Not Found
IDEs:
  Android Studio: AI-231.9392.1.2311.11255304
Languages:
  Java:
    version: 21.0.5
    path: /usr/bin/javac
  Ruby:
    version: 3.2.3
    path: /usr/bin/ruby
npmPackages:
  "@react-native-community/cli":
    installed: 11.3.8
    wanted: 11.3.8
  react:
    installed: 18.2.0
    wanted: 18.2.0
  react-native:
    installed: 0.74.2
    wanted: 0.74.2
npmGlobalPackages:
  "*react-native*": Not Found
Android:
  hermesEnabled: true
  newArchEnabled: true
iOS:
  hermesEnabled: true
  newArchEnabled: false

Sentry.init()

            dsn: "....",
			environment: __DEV__ ? "staging" : "production",
			release: "com.ikarustech.stellarmate@" + appInfo.version,
			dist: appInfo.build,
			tracesSampleRate: 0.02,
			appHangTimeoutInterval: 3.5, //3.5 seconds
			ignoreErrors: ["Non-Error exception captured"],
			experiments: {
				replaysSessionSampleRate: 0,
				replaysOnErrorSampleRate: 1.0,
			},
			integrations: [
				new Sentry.ReactNativeTracing({
					tracingOrigins: ["localhost", /^\//],
					// ... other options
				}),
				Sentry.mobileReplayIntegration(),
			],
		});

Steps to Reproduce

  1. Run app
  2. Press "Try!" button

Expected Result

  1. Should appear in issues on Sentry.io
  2. Release version should be listed

Actual Result

We noticed that we have been missing Sentry releases for a couple of months now. The sentry-cli debug upload process appears to be working just fine, no errors reported. On sentry.io, we cannot find any releases over the past 3 months. I just tried to make a release now and nothing appear on the site despite a successful upload. Furthermore, I tried to test the exception:

Sentry.captureException(new Error("First error"));

But nothing was reported on Sentry.io as well. We're not sure what do to next.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    Status

    Done

    Status

    Waiting for: Community

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions