refactor: move sentry to platform (#3451)

This commit is contained in:
Nivedin
2023-11-01 18:17:55 +05:30
committed by GitHub
parent a89bc473f6
commit abd5288da8
6 changed files with 5475 additions and 2710 deletions

View File

@@ -26,6 +26,7 @@ export type PlatformDef = {
additionalInspectors?: InspectorsPlatformDef
platformFeatureFlags: {
exportAsGIST: boolean
hasTelemetry: boolean
}
}