Skip to content

Commit d25fd25

Browse files
committed
Add commment
1 parent 1456cfc commit d25fd25

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/popup.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ import React from 'react';
88
import Index from '~/app';
99
import { neededOrigins } from '~data/config';
1010

11+
//Same as in src/tabs/permissions.tsx
1112
Sentry.init({
1213
dsn: 'https://c7a0478d8f145e3c8f690bf523d8b9cd@o4504918397353984.ingest.us.sentry.io/4509386315071488',
1314

src/tabs/permissions.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ import React, { useState } from 'react';
66

77
import { neededOrigins } from '~data/config';
88

9+
//Same as in src/popup.tsx
910
Sentry.init({
1011
dsn: 'https://c7a0478d8f145e3c8f690bf523d8b9cd@o4504918397353984.ingest.us.sentry.io/4509386315071488',
1112

0 commit comments

Comments
 (0)