Commit 5cad5f7
fix(ember): Fix rootURL breaking route recognition (#3166)
* fix(ember): Fix rootURL breaking route recognition
Mentioned in #2977, route recognition needs the url to be correctly formatted. Since there are different location types, using formatURL should get the correct URL out for use in recognition.
* Update packages/ember/addon/instance-initializers/sentry-performance.ts
Co-authored-by: Kamil Ogórek <kamil.ogorek@gmail.com>1 parent 674eddf commit 5cad5f7
File tree
1 file changed
+1
-1
lines changed- packages/ember/addon/instance-initializers
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| |||
0 commit comments