bla bli blub
This commit is contained in:
+2
-4
@@ -14,16 +14,14 @@ function App() {
|
||||
|
||||
if (window.location.hostname === "localhost" && isProduction) {
|
||||
initializeFaro({
|
||||
url: "http://alloy:8027/collect",
|
||||
url: "http://alloy:12347/collect",
|
||||
app: {
|
||||
name: "monitor-im-flur",
|
||||
version: "0.0.1",
|
||||
environment: "production",
|
||||
},
|
||||
instrumentations: [
|
||||
...getWebInstrumentations({
|
||||
captureConsole: true,
|
||||
}),
|
||||
...getWebInstrumentations(),
|
||||
new ConsoleInstrumentation(),
|
||||
new WebVitalsInstrumentation(),
|
||||
new ReactIntegration(),
|
||||
|
||||
Reference in New Issue
Block a user