Skip to content

Commit

Permalink
more logs
Browse files Browse the repository at this point in the history
  • Loading branch information
d-ivashchuk committed Mar 29, 2024
1 parent 89220b1 commit e4963c9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/app/api/sentry-example-error/route.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ export const dynamic = "force-dynamic";

export async function GET() {
const session = await getSession();
console.log("session");
console.log({ session });

if (session?.user) {
Sentry.setUser({
Expand Down

0 comments on commit e4963c9

Please sign in to comment.