[WEB-5413] feat: adding sentry error handling in web, space and admin (#8099)
This commit is contained in:
parent
0b78e03055
commit
30da349475
33 changed files with 872 additions and 414 deletions
|
|
@ -33,7 +33,7 @@ export async function loader({ params }: Route.LoaderArgs) {
|
|||
}
|
||||
|
||||
try {
|
||||
const response = await fetch(`${process.env.NEXT_PUBLIC_API_BASE_URL}/api/public/anchor/${anchor}/meta/`);
|
||||
const response = await fetch(`${process.env.VITE_API_BASE_URL}/api/public/anchor/${anchor}/meta/`);
|
||||
|
||||
if (!response.ok) {
|
||||
return { metadata: null };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue