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.
2 parents 006086d + 5217a7f commit a2e7255Copy full SHA for a2e7255
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