Update package versions and optimize URL generation
Updated the versions of several packages including pino and pnpm. Also, the generation of URLs in the pricing-table.tsx file has been optimized by implementing URLSearchParams. A new global error page was also added.
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
"./instrumentation": "./src/instrumentation.ts",
|
||||
"./config/client": "./src/config/sentry.client.config.ts",
|
||||
"./config/server": "./src/config/sentry.server.config.ts",
|
||||
"./config/edge": "./src/config/sentry.server.edge.ts"
|
||||
"./config/edge": "./src/config/sentry.edge.config.ts"
|
||||
},
|
||||
"dependencies": {
|
||||
"@opentelemetry/resources": "1.24.1",
|
||||
|
||||
Reference in New Issue
Block a user