@squadbase/vite-server 0.1.3-dev.13 → 0.1.3-dev.14

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -379,7 +379,7 @@ var sentryConnector = new ConnectorPlugin({
379
379
  authType: AUTH_TYPES.API_KEY,
380
380
  name: "Sentry",
381
381
  description: "Connect to Sentry for error tracking and performance monitoring data.",
382
- iconUrl: "https://images.ctfassets.net/9ncizv60xc5y/4B8ZEGFGjTeMWNnXQb1dAL/ac10f813f02353f5b0cbe64fb5c06d8f/sentry.svg",
382
+ iconUrl: "https://images.ctfassets.net/9ncizv60xc5y/4PSjwCKbQvbzDhTvYpHLyq/8e61f1e09f80f4c8dca7eb9cc5c8a6d4/sentry.svg",
383
383
  parameters,
384
384
  releaseFlag: { dev1: true, dev2: false, prod: false },
385
385
  onboarding: sentryOnboarding,