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 2013cbd commit 13effcdCopy full SHA for 13effcd
client/src/app/addons/sentry.js
@@ -7,7 +7,7 @@ import Vue from "vue";
7
*
8
* @param {object} config Galaxy configuration object
9
*/
10
-export const initSentry = (Galaxy, router) => {
+export async function initSentry(Galaxy, router) {
11
console.log("initSentry");
12
const config = Galaxy.config;
13
if (config.sentry_dsn_public) {
@@ -40,4 +40,4 @@ export const initSentry = (Galaxy, router) => {
40
}
41
Galaxy.Sentry = Sentry;
42
43
-};
+}
0 commit comments