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 089e0c9 commit ee86488Copy full SHA for ee86488
1 file changed
packages/core/src/js/client.ts
@@ -151,6 +151,7 @@ export class ReactNativeClient extends Client<ReactNativeClientOptions> {
151
dsn: this.getDsn(),
152
tunnel: undefined,
153
});
154
+ // oxlint-disable-next-line typescript/no-floating-promises
155
this.sendEnvelope(envelope);
156
}
157
0 commit comments