Commit 8c6ad15
authored
fix(remix): Don't log missing parameters warning on server-side. (#8269)
We are logging a warning when any of the required hooks / functions to
Remix Browser SDK are not available in the Root component.
This Root component is also rendered on server-side where we don't have
access to those functions. And as we're not creating pageload /
navigation transactions there, those functions are not required anyway.
So this PR prevents that warning to be logged on server-side which is
misleading.1 parent c368bc8 commit 8c6ad15
1 file changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
| 104 | + | |
104 | 105 | | |
105 | 106 | | |
106 | 107 | | |
| |||
0 commit comments