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 aec74cb commit 074fdb9Copy full SHA for 074fdb9
packages/vue/src/tracing.ts
@@ -69,7 +69,7 @@ export const createTracingMixins = (options: TracingOptions): Mixins => {
69
internalHooks.forEach((internalHook, hookType) => {
70
const isBeforeHook = hookType === 1;
71
72
- mixins[internalHook] = function (this: VueSentry) {
+ mixins[internalHook] = function(this: VueSentry) {
73
const isRoot = this.$root === this;
74
75
if (isRoot) {
0 commit comments