Add slug after the namespace, that makes more sense (#3274)
This commit is contained in:
parent
6d0f3eed0b
commit
c248f8d736
|
|
@ -64,7 +64,7 @@ function keyPathFromMessage(message, options, includeQueryParams, alias) {
|
|||
}
|
||||
|
||||
if (options.graphite && options.graphite.addSlugToKey) {
|
||||
typeParts.splice(1, 0, options.slug);
|
||||
typeParts.unshift(options.slug);
|
||||
}
|
||||
|
||||
return typeParts.join('.');
|
||||
|
|
|
|||
Loading…
Reference in New Issue