Skip to content

Commit

Permalink
change sentry publish (#389)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bernardo Vieira authored Jan 31, 2023
1 parent 8cae9da commit 812802a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/publish-sentry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,5 @@ jobs:
uses: getsentry/action-release@v1
with:
environment: production
sourcemaps: ./.next/server/pages
sourcemaps: ./.next
url_prefix: ~/_next
10 changes: 8 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,15 @@
"./types",
"./node_modules/@types"
],
"baseUrl": "./src",
"baseUrl": ".",
"sourceMap": true,
"incremental": true
"incremental": true,
"inlineSources": true,

// Set `sourceRoot` to `/` to strip the build path prefix from
// generated source code references. This allows Sentry to match source files
// relative to your source root folder.
"sourceRoot": "/"
},
"exclude": [".github", ".next", "_content_cache", "node_modules", "public"],
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", "**/*.js"]
Expand Down

1 comment on commit 812802a

@vercel
Copy link

@vercel vercel bot commented on 812802a Jan 31, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

app – ./

app-ipct.vercel.app
app-git-production-ipct.vercel.app
app.impactmarket.com

Please sign in to comment.