fix: get sentry data from @ente/shared

This commit is contained in:
httpjamesm 2024-01-06 00:12:21 -05:00
parent f574d019f7
commit 20c398893b
No known key found for this signature in database

View file

@ -1,8 +1,8 @@
import * as Sentry from '@sentry/nextjs'; import * as Sentry from '@sentry/nextjs';
import { getSentryTunnelURL } from 'utils/common/apiUtil';
import { getSentryUserID } from 'utils/user'; import { getSentryUserID } from 'utils/user';
import { runningInBrowser } from 'utils/common';
import { getHasOptedOutOfCrashReports } from 'utils/storage/index'; import { getHasOptedOutOfCrashReports } from 'utils/storage/index';
import { runningInBrowser } from '@ente/shared/apps/browser';
import { getSentryTunnelURL } from '@ente/shared/network/api';
import { import {
getSentryDSN, getSentryDSN,
getSentryENV, getSentryENV,