@rpcbase/server 0.397.0 → 0.398.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rpcbase/server",
3
- "version": "0.397.0",
3
+ "version": "0.398.0",
4
4
  "type": "module",
5
5
  "main": "./src/index.ts",
6
6
  "scripts": {
package/src/initServer.ts CHANGED
@@ -20,10 +20,7 @@ const isProduction = process.env.NODE_ENV === "production"
20
20
 
21
21
 
22
22
  if (true || isProduction) {
23
- console.log("INIST SERVER2")
24
- // const dsn = process.env.SENTRY_DSN || process.env.RB_PUBLIC_SENTRY_DSN
25
- const dsn = "https://bcf3ca07bc3381633b40ce7ff4516bdb@o4508913688969216.ingest.us.sentry.io/4508913689296896"
26
-
23
+ const dsn = process.env.SENTRY_DSN || process.env.RB_PUBLIC_SENTRY_DSN
27
24
  if (!dsn) {
28
25
  console.log("WARNING", "missing SENTRY_DSN")
29
26
  } else {