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 006086d commit 5217a7fCopy full SHA for 5217a7f
packages/firebase-crashlytics/index.ios.ts
@@ -1,5 +1,6 @@
1
import { firebase, FirebaseApp } from '@nativescript/firebase-core';
2
import { ICrashlytics } from './common';
3
+import StackTrace from 'stacktrace-js';
4
5
let defaultCrashlytics: Crashlytics;
6
const fb = firebase();
0 commit comments