We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c890b62 commit 144a4e6Copy full SHA for 144a4e6
src/devtools/views/events/module.js
@@ -4,7 +4,7 @@ import SharedData from 'src/shared-data'
4
5
const ENABLED_KEY = 'EVENTS_ENABLED'
6
const enabled = storage.get(ENABLED_KEY)
7
-const REGEX_RE = /^\/(.*?)\/(\w*)/
+const REGEX_RE = /^\/((?:(?:.*?)(?:\\\/)?)*?)\/(\w*)/
8
9
let uid = 0
10
src/devtools/views/vuex/module.js
@@ -3,7 +3,7 @@ import * as actions from './actions'
3
import { snapshotsCache } from './cache'
import SharedData from 'src/shared-data'
const ANY_RE = new RegExp('.*', 'i')
0 commit comments