Skip to content

Commit 5217a7f

Browse files
Fix import for StackTrace
1 parent 006086d commit 5217a7f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/firebase-crashlytics/index.ios.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import { firebase, FirebaseApp } from '@nativescript/firebase-core';
22
import { ICrashlytics } from './common';
3+
import StackTrace from 'stacktrace-js';
34

45
let defaultCrashlytics: Crashlytics;
56
const fb = firebase();

0 commit comments

Comments
 (0)