Skip to content

Commit

Permalink
Fixes for performance-exp (#3855)
Browse files Browse the repository at this point in the history
  • Loading branch information
jposuna committed Sep 28, 2020
1 parent 7c1c7f1 commit 7d655a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages-exp/firebase-exp/performance/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"main": "dist/index.cjs.js",
"browser": "dist/index.esm.js",
"module": "dist/index.esm.js",
"typings": "dist/index.d.ts"
"typings": "dist/performance/index.d.ts"
}
1 change: 1 addition & 0 deletions packages-exp/performance-exp/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ import {
} from '@firebase/component';
import { name, version } from '../package.json';
import { Trace } from './resources/trace';
import '@firebase/installations-exp';

const DEFAULT_ENTRY_NAME = '[DEFAULT]';

Expand Down

0 comments on commit 7d655a8

Please sign in to comment.