getsentry / sentry-toolbar

MIT License
5 stars 0 forks source link

fix: Extract use*OnProxyStateChange hooks and fix Navigate conditions #64

Closed ryan953 closed 1 week ago

ryan953 commented 1 week ago

Before we were navigating to '/' after any proxyState change or nav, which meant you couldn't actually open up a panel. Fixed with if (match && unauthPaths.includes(match.pathname)) {