Package + Version
Version:
Description
I'm using @sentry/ember package, in our Ember application we specify a rootURL for our ember application to host on that specific path (e.g. https://www.domain.com/ember-app/)
When we ran the application an error throws from sentry-performance from this line:
Error: Assertion Failed: You must pass a url that begins with the application's rootURL "/ember-app/"
But the url it was handling is /. If I'm not mistaken, when we pass a url to routerService.recognize we have to prefix with the rootURL.
Package + Version
@sentry/browser@sentry/noderaven-jsraven-node(raven for node)@sentry/emberVersion:
Description
I'm using @sentry/ember package, in our Ember application we specify a
rootURLfor our ember application to host on that specific path (e.g.https://www.domain.com/ember-app/)When we ran the application an error throws from
sentry-performancefrom this line:But the url it was handling is
/. If I'm not mistaken, when we pass a url torouterService.recognizewe have to prefix with the rootURL.