firebase / firebase/firebase-js-sdk
FR: Firebase Performance Web - Add config to disable global performance api hooks
- Dominant language
- TypeScript
- Stars
- 5.1k
- Forks
- 1k
- Avg merge
- 2d 21h
- Merged PRs (30d)
- 37
Description
### Operating System
web
### Browser Version
all
### Firebase SDK Version
0.6.4
### Firebase SDK Product:
Performance
### Describe your project's tooling
Angular app with angular cli and @angular/fire
### Describe the problem
We have many usages of the web performance api to measure timings outside of firebase.
This results in quite a bit of extra data and noise getting sent to firebase.
It would be cool to have a config that turned off the automatic logging of all web performance api usages.
### Steps and code to reproduce issue
Use the web performance api for anything. Note that all it's data is sent to firebase.
We would like to disable the automatic logging of all web performance api usages.
Contributor guide
Assessment
This issue has not been assessed yet.