Skip to content

Commit

Permalink
Trying level error
Browse files Browse the repository at this point in the history
  • Loading branch information
7emansell committed Dec 20, 2024
1 parent 98ee0b6 commit 215f4c7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -346,11 +346,11 @@ This app is currently on a reverse proxy with ["old" Digital Collections](https:

Our branches (in order of stability are):

| Branch | Environment | AWS Account | Cluster | Link To Application |
| :--------- | :---------- | :------------- | :--------------------- | :------------------------------------------------------------------------------------- |
| main | development | | | [localhost:3000](http://localhost:3000) |
| qa | qa | nypl-dams-dev | dc-frontend-qa | [https://qa-digitalcollections.nypl.org/](https://qa-new-digitalcollections.nypl.org/) |
| production | production | nypl-dams-prod | new-digitalcollections | [https://digitalcollections.nypl.org/](https://digitalcollections.nypl.org/) |
| Branch | Environment | AWS Account | Cluster | Link To Application |
| :--------- | :---------- | :------------- | :--------------------- | :--------------------------------------------------------------------------------- |
| main | development | | | [localhost:3000](http://localhost:3000) |
| qa | qa | nypl-dams-dev | dc-frontend-qa | [https://qa-digitalcollections.nypl.org/](https://qa-digitalcollections.nypl.org/) |
| production | production | nypl-dams-prod | new-digitalcollections | [https://digitalcollections.nypl.org/](https://digitalcollections.nypl.org/) |

## Git workflow

Expand Down
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 @@ -24,7 +24,7 @@ export default function DivisionsPage({ summary, divisions }: DivisionsProps) {
setIsLoaded(true);
if ((window as any).newrelic) {
(window as any).newrelic.log("test log from divisions page", {
level: "warn",
level: "error",
});
}
}, []);
Expand Down

0 comments on commit 215f4c7

Please sign in to comment.