Skip to content

Commit

Permalink
Update app.js
Browse files Browse the repository at this point in the history
  • Loading branch information
JumanaFM authored Mar 2, 2022
1 parent 1d4033d commit f4560bc
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions src/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,20 +25,6 @@ import axios from 'axios'
import VueJwtDecode from "vue-jwt-decode";
import io from "socket.io-client";
import { Environments } from './environments'
// import * as Sentry from "@sentry/vue";
// import { Integrations } from "@sentry/tracing";

//prodcution log
// Sentry.init({
// Vue,
// dsn: "https://[email protected]/5722075",
// integrations: [new Integrations.BrowserTracing()],

// // Set tracesSampleRate to 1.0 to capture 100%
// // of transactions for performance monitoring.
// // We recommend adjusting this value in production
// tracesSampleRate: 1.0,
// });

const currentEnv = Environments.dev

Expand Down

0 comments on commit f4560bc

Please sign in to comment.