We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1456cfc commit d25fd25Copy full SHA for d25fd25
src/popup.tsx
@@ -8,6 +8,7 @@ import React from 'react';
8
import Index from '~/app';
9
import { neededOrigins } from '~data/config';
10
11
+//Same as in src/tabs/permissions.tsx
12
Sentry.init({
13
dsn: 'https://c7a0478d8f145e3c8f690bf523d8b9cd@o4504918397353984.ingest.us.sentry.io/4509386315071488',
14
src/tabs/permissions.tsx
@@ -6,6 +6,7 @@ import React, { useState } from 'react';
6
7
+//Same as in src/popup.tsx
0 commit comments