sentry-react-native
sentry-react-native copied to clipboard
Duplicate `packages` in envelopes
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"
],
packages: [
{
name: "sentry.cocoa",
version: "7.27.1"
},
{
name: "npm:@sentry/react-native",
version: "4.6.1"
},
{
name: "npm:@sentry/react-native",
version: "4.6.1"
}
]
},
Comes from https://github.com/getsentry/sentry-react-native/blob/86821a42777cb1819de312df6cac058f5224b1af/src/js/integrations/sdkinfo.ts#L54-L61 likely