Skip to content

Commit 5dbc2d4

Browse files
authored
Merge pull request #226 from nftstorage/feat/remove-loki-logging
fix: move sentry to our org
2 parents 2bfdc90 + e94b282 commit 5dbc2d4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/api/scripts/build.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ export async function buildCmd(opts) {
3838
if (process.env.SENTRY_UPLOAD === 'true') {
3939
const cli = new Sentry(undefined, {
4040
authToken: process.env.SENTRY_TOKEN,
41-
org: 'protocol-labs-it',
41+
org: 'storacha-it',
4242
project: 'nftstoragelink-api',
4343
dist: git.short(__dirname),
4444
})

packages/edge-gateway/scripts/build.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ export async function buildCmd(opts) {
4040
if (process.env.SENTRY_UPLOAD === 'true') {
4141
const cli = new Sentry(undefined, {
4242
authToken: process.env.SENTRY_TOKEN,
43-
org: 'protocol-labs-it',
43+
org: 'storacha-it',
4444
project: 'nft-gateway',
4545
dist: git.short(__dirname),
4646
})

0 commit comments

Comments
 (0)