Skip to content

Commit

Permalink
test : mixpanle
Browse files Browse the repository at this point in the history
  • Loading branch information
Happhee committed Aug 23, 2024
1 parent de26f06 commit acdfc0c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export const metadata: Metadata = {
},
};

// export const runtime = "edge"; // TBD: 개발환경과 분리
export const runtime = "edge"; // TBD: 개발환경과 분리

const pretendard = localFont({
src: [
Expand Down
2 changes: 1 addition & 1 deletion src/shared/utils/mixpanel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const isDebug = process.env.NODE_ENV === "development";
const actions = {
init: () =>
mixpanel.init(MX_TOKEN as string, {
debug: isDebug,
debug: true, //isDebug,
}),

identify: ({ id }: { id: string }) => {
Expand Down

0 comments on commit acdfc0c

Please sign in to comment.