Skip to content

Commit

Permalink
Merge pull request #118 from arnellebalane/chore/upgrade-dependencies
Browse files Browse the repository at this point in the history
Upgrade dependencies
  • Loading branch information
arnellebalane authored Nov 5, 2024
2 parents d246a54 + 1ebcf37 commit 2b97754
Show file tree
Hide file tree
Showing 10 changed files with 14,039 additions and 11,434 deletions.
6 changes: 0 additions & 6 deletions functions/_lib/sentry.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
const Sentry = require('@sentry/node');
const { CaptureConsole } = require('@sentry/integrations');

Sentry.init({
dsn: process.env.VITE_PUBLIC_SENTRY_DSN,
environment: process.env.FUNCTIONS_SENTRY_ENVIRONMENT || 'functions:development',
integrations: [
new CaptureConsole({
levels: ['error', 'warn'],
}),
],
});
8 changes: 2 additions & 6 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,8 @@
"chrome_url_overrides": {
"newtab": "build/index.html"
},
"permissions": [
"topSites"
],
"host_permissions": [
"https://simple-todo.arnelle.dev/"
],
"permissions": ["topSites"],
"host_permissions": ["https://simple-todo.arnelle.dev/"],
"content_security_policy": {
"extension_pages": "default-src 'self'; style-src 'self' 'unsafe-inline'; font-src 'self'; img-src 'self' data: blob: https: http:; script-src 'self'; connect-src 'self' https://simple-todo.arnelle.dev https://images.unsplash.com https://o31372.ingest.sentry.io"
}
Expand Down
Loading

0 comments on commit 2b97754

Please sign in to comment.