Skip to content

Commit 459daff

Browse files
committed
test
1 parent fbbc9b4 commit 459daff

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.changeset/soft-eyes-reply.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@firebase/analytics': patch
3+
---
4+
5+
test

packages/analytics/src/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ declare global {
4343
}
4444
}
4545

46+
console.log('x');
47+
4648
function registerAnalytics(): void {
4749
_registerComponent(
4850
new Component(

0 commit comments

Comments
 (0)