Skip to content

Commit a2e7255

Browse files
authored
Merge pull request #11 from abhayastudios/patch-1
Fix import for StackTrace
2 parents 006086d + 5217a7f commit a2e7255

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)