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 f726903 commit 8ab5522Copy full SHA for 8ab5522
lib/Sentry.js
@@ -96,9 +96,6 @@ export class Sentry {
96
97
static setDataCallback(callback) {
98
Sentry._ravenClient.setDataCallback(callback);
99
- if (Sentry.isNativeClientAvailable()) {
100
- console.warn('setDataCallback not supported on native client');
101
- }
102
}
103
104
static setUserContext(user) {
0 commit comments