What React Native libraries do you use?
Hermes
Are you using sentry.io or on-premise?
sentry.io (SaS)
@sentry/react-native SDK Version
6.20.0
How does your development environment look like?
Metro config:
const { getDefaultConfig } = require("@react-native/metro-config");
const { withSentryConfig } = require("@sentry/react-native/metro");
/**
* Metro configuration
* https://facebook.github.io/metro/docs/configuration
*
* @type {import('metro-config').MetroConfig}
*/
const config = getDefaultConfig(__dirname);
module.exports = withSentryConfig(config);
Sentry.init()
n/a
Steps to Reproduce
When building with Vega/Kepler, the resulting vpkg does not have debug IDs attached to the map or bundle files.
To see this, you can untar the vpkg output after building with the metro config above, and note that the debug ids are missing.
Expected Result
The debug IDs should be present.
Actual Result
The debug IDs are missing.
What React Native libraries do you use?
Hermes
Are you using sentry.io or on-premise?
sentry.io (SaS)
@sentry/react-native SDK Version
6.20.0
How does your development environment look like?
Metro config:
Sentry.init()
n/a
Steps to Reproduce
When building with Vega/Kepler, the resulting vpkg does not have debug IDs attached to the map or bundle files.
To see this, you can untar the vpkg output after building with the metro config above, and note that the debug ids are missing.
Expected Result
The debug IDs should be present.
Actual Result
The debug IDs are missing.