-
Notifications
You must be signed in to change notification settings - Fork 142
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* rework logs support * add RUM browser support * Update browser support mentions
- Loading branch information
Showing
4 changed files
with
41 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
# Browser Support | ||
|
||
| Feature | Chrome | Firefox | Safari | Edge | Chrome Android | Safari iOS | Android Browser (4.4) | IE11 | IE10 | IE9 | IE8 | Opera | | ||
| -------------- | ------ | ------- | ------ | ---- | -------------- | ---------- | --------------------- | ---- | ---- | --- | --- | ----- | | ||
| loading | β | β | β | β | β | β | β | β | β | β | β | β | | ||
| init | β | β | β | β | β | β | β | β | β | β | β | β | | ||
| global context | β | β | β | β | β | β | β | β | β | β | β | β | | ||
| logs request | β | β | β | β | β | β | β | β | β | β | β | β | | ||
| flush on hide | β | β | β | β | β | β | β | β | β | β | β | β | | ||
| console error | β | β | β | β | β | β | β | β | β | β | β | β | | ||
| network error | β | β | β | β | β | β | β | β | β | β | β | β | | ||
| runtime error | β | β | β | β | β | β | β | β | β | β | β | β | | ||
| custom logger | β | β | β | β | β | β | β | β | β | β | β | β | | ||
| handler | β | β | β | β | β | β | β | β | β | β | β | β | | ||
| Feature | Chrome | Firefox | Safari | Edge | Chrome Android | Safari iOS | IE11 | < IE11 | Opera | | ||
| -------------- | ------ | ------- | ------ | ---- | -------------- | ---------- | ---- | ------ | ----- | | ||
| loading | β | β | β | β | β | β | β | β | β | | ||
| init | β | β | β | β | β | β | β | β | β | | ||
| global context | β | β | β | β | β | β | β | β | β | | ||
| logs request | β | β | β | β | β | β | β | β | β | | ||
| flush on hide | β | β | β | β | β | β | β | β | β | | ||
| console error | β | β | β | β | β | β | β | β | β | | ||
| network error | β | β | β | β | β | β | β | β | β | | ||
| runtime error | β | β | β | β | β | β | β | β | β | | ||
| custom logger | β | β | β | β | β | β | β | β | β | | ||
| handler | β | β | β | β | β | β | β | β | β | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# Browser Support | ||
|
||
| Feature | Chrome | Firefox | Safari | Edge | Chrome Android | Safari iOS | IE11 | < IE11 | Opera | | ||
| ----------------- | ------ | ------- | ------ | ---- | -------------- | ---------- | ----- | ------ | ----- | | ||
| loading | β | β | β | β | β | β | β | β | β | | ||
| init | β | β | β | β | β | β | β | β | β | | ||
| rum request | β | β | β | β | β | β | β | β | β | | ||
| flush on hide | β | β | β | β | β | β | β | β | β | | ||
| console error | β | β | β | β | β | β | β | β | β | | ||
| network error | β | β | β | β | β | β | β | β | β | | ||
| runtime error | β | β | β | β | β | β | β | β | β | | ||
| auto action | β | β | β | β | β | β | β | β | β | | ||
| custom action | β | β | β | β | β | β | β | β | β | | ||
| long task | β | β | β | β | β | β | β | β | β | | ||
| tracing | β | β | β | β | β | β | β | β | β | | ||
| route change | β | β | β | β | β | β | β | β | β | | ||
| loading time | β | β | β | β | β | β | β | β | β | | ||
| resource timing | β | β | β οΈ(2) | β | β | β οΈ(2) | β οΈ(3) | β | β | | ||
| navigation timing | β | β | β | β | β | β | β | β | β | | ||
| web vitals | β | β οΈ(1) | β οΈ(1) | β | β | β οΈ(1) | β | β | β | | ||
| FCP | β | β | β | β | β | β | β | β | β | | ||
|
||
1. FID only | ||
2. size information not available | ||
3. firstByte and download only |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters