Skip to content

Commit

Permalink
fix error when cp code to implement sentry browser
Browse files Browse the repository at this point in the history
  • Loading branch information
inikoo committed Jan 5, 2025
1 parent 6524417 commit eedbb48
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import Tabs from "@/Components/Navigation/Tabs.vue"

import { useTabChange } from "@/Composables/tab-change"
import { capitalize } from "@/Composables/capitalize"
import { computed, defineAsyncComponent, ref } from 'vue'
import { computed, ref } from 'vue'
import type { Component } from 'vue'

import { PageHeading as TSPageHeading } from '@/types/PageHeading'
Expand Down
1 change: 0 additions & 1 deletion resources/js/app-grp.js
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,6 @@ function inertiaRoutingInstrumentation(

if (startTransactionOnLocationChange) {
console.info('Start transaction on location change');
console.info(propsForSentry);
router.on('before', (_to, _from) => {
if (activeTransaction) {
activeTransaction.finish();
Expand Down

0 comments on commit eedbb48

Please sign in to comment.