We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9cfe42 commit f89cfc8Copy full SHA for f89cfc8
sdk/@launchdarkly/observability-react-native/src/instrumentation/ErrorInstrumentation.ts
@@ -169,7 +169,7 @@ export class ErrorInstrumentation {
169
170
const attributes: Attributes = {
171
...formattedError.attributes,
172
- ...rejectionAttributes, // Add extracted rejection details
+ ...rejectionAttributes,
173
'error.unhandled': true,
174
'error.caught_by': 'unhandledrejection',
175
'promise.handled': false,
0 commit comments