Aucune description
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

CHANGELOG.md 15KB

@firebase/performance

0.6.1

Patch Changes

0.6.0

Minor Changes

Patch Changes

0.5.17

Patch Changes

  • 3f1354f1f #6723 - Expand check in getServiceWorkerStatus to account for a navigator that has a key of serviceWorker with a falsy value

0.5.16

Patch Changes

0.5.15

Patch Changes

0.5.14

Patch Changes

0.5.13

Patch Changes

0.5.12

Patch Changes

0.5.11

Patch Changes

0.5.10

Patch Changes

0.5.9

Patch Changes

0.5.8

Patch Changes

0.5.7

Patch Changes

0.5.6

Patch Changes

0.5.5

Patch Changes

0.5.4

Patch Changes

0.5.3

Patch Changes

0.5.2

Patch Changes

0.5.1

Patch Changes

0.5.0

Minor Changes

Patch Changes

0.4.18

Patch Changes

0.4.17

Patch Changes

0.4.16

Patch Changes

0.4.15

Patch Changes

0.4.14

Patch Changes

0.4.13

Patch Changes

0.4.12

Patch Changes

0.4.11

Patch Changes

0.4.10

Patch Changes

0.4.9

Patch Changes

0.4.8

Patch Changes

0.4.7

Patch Changes

0.4.6

Patch Changes

0.4.5

Patch Changes

  • 6f2c7b7aa #3896 - Dispatch up to 1000 events for each network request when collecting performance events.

0.4.4

Patch Changes

0.4.3

Patch Changes

  • a5768b0aa #3932 - Point browser field to esm build. Now you need to use default import instead of namespace import to import firebase.

Before this change

  import * as firebase from 'firebase/app';

After this change

  import firebase from 'firebase/app';

0.4.2

Patch Changes

  • 48b0b0f7c #3850 - Moved loggingEnabled check to wait until performance initialization finishes, thus avoid dropping custom traces right after getting performance object.

  • 8728e1a0f #3866 - Throws exception when startTime or duration is not positive value in trace.record() API.

0.4.1

Patch Changes

0.4.0

Minor Changes

  • 67501b980 #3424 - Issue 2393 - Add environment check to Performance Module

0.3.11

Patch Changes

0.3.10

Patch Changes

0.3.9

Patch Changes

0.3.0

  • [changed] Updated internal performance event transport mechanism.

0.2.30

  • [changed] Internal transport protocol update from proto2 to proto3.