Skip to content

Commit

Permalink
fix(ht): logging as unknown in usage report (#1119)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gustav-Eikaas authored Sep 9, 2024
1 parent f05bbd3 commit fc9e58a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/heattrace/src/main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ const MyApp = () => {
);
};

export const render = createRender(MyApp, configure);
export const render = createRender(MyApp, configure, "Heat-Trace");
export default render;

0 comments on commit fc9e58a

Please sign in to comment.