Skip to content

Commit

Permalink
Testing Nr log levels
Browse files Browse the repository at this point in the history
  • Loading branch information
7emansell committed Dec 20, 2024
1 parent 580b186 commit 7f0c38b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/components/pages/divisionsPage/divisionsPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export default function DivisionsPage({ summary, divisions }: DivisionsProps) {
const [isLoaded, setIsLoaded] = useState(false);
if ((window as any).newrelic) {
(window as any).newrelic.log("test log from divisions page", {
level: "info",
level: "warn",
});
}

Expand Down

0 comments on commit 7f0c38b

Please sign in to comment.