Compare commits

...

3 Commits

Author SHA1 Message Date
Bas950
2488d98ede chore: release v0.0.2 2024-08-04 19:06:10 +02:00
Bas950
3eedb8ba81 chore: release v0.0.2 2024-08-04 19:05:53 +02:00
Bas950
bc5cc3054b chore(api): remove old sentry tracing 2024-08-04 19:05:13 +02:00
4 changed files with 2 additions and 53 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "@premid/api-master",
"type": "module",
"version": "0.0.1",
"version": "0.0.2",
"private": true,
"description": "PreMiD's api master",
"license": "MPL-2.0",
@@ -17,7 +17,6 @@
"@discordjs/rest": "^2.3.0",
"@envelop/sentry": "^9.0.0",
"@sentry/node": "^8.17.0",
"@sentry/tracing": "^7.114.0",
"cron": "^3.1.7",
"ioredis": "^5.3.2"
}

View File

@@ -1,7 +1,7 @@
{
"name": "@premid/api-worker",
"type": "module",
"version": "0.0.1",
"version": "0.0.2",
"private": true,
"description": "PreMiD's api",
"license": "MPL-2.0",
@@ -25,7 +25,6 @@
"@fastify/websocket": "^10.0.1",
"@premid/db": "workspace:*",
"@sentry/node": "^8.17.0",
"@sentry/tracing": "^7.114.0",
"arktype": "2.0.0-beta.2",
"discord-api-types": "^0.37.92",
"fastify": "^4.28.1",

View File

@@ -1,6 +1,4 @@
/* eslint-disable no-console */
import "@sentry/tracing";
import process from "node:process";
import * as Sentry from "@sentry/node";
import { connect } from "mongoose";

47
pnpm-lock.yaml generated
View File

@@ -62,9 +62,6 @@ importers:
'@sentry/node':
specifier: ^8.17.0
version: 8.20.0
'@sentry/tracing':
specifier: ^7.114.0
version: 7.114.0
cron:
specifier: ^3.1.7
version: 3.1.7
@@ -101,9 +98,6 @@ importers:
'@sentry/node':
specifier: ^8.17.0
version: 8.20.0
'@sentry/tracing':
specifier: ^7.114.0
version: 7.114.0
arktype:
specifier: 2.0.0-beta.2
version: 2.0.0-beta.2
@@ -2699,14 +2693,6 @@ packages:
'@sec-ant/readable-stream@0.4.1':
resolution: {integrity: sha512-831qok9r2t8AlxLko40y2ebgSDhenenCatLVeW/uBtnHPyhHOvG0C7TvfgecV+wHzIm5KUICgzmVpWS+IMEAeg==}
'@sentry-internal/tracing@7.114.0':
resolution: {integrity: sha512-dOuvfJN7G+3YqLlUY4HIjyWHaRP8vbOgF+OsE5w2l7ZEn1rMAaUbPntAR8AF9GBA6j2zWNoSo8e7GjbJxVofSg==}
engines: {node: '>=8'}
'@sentry/core@7.114.0':
resolution: {integrity: sha512-YnanVlmulkjgZiVZ9BfY9k6I082n+C+LbZo52MTvx3FY6RE5iyiPMpaOh67oXEZRWcYQEGm+bKruRxLVP6RlbA==}
engines: {node: '>=8'}
'@sentry/core@8.20.0':
resolution: {integrity: sha512-R81snuw+67VT4aCxr6ShST/s0Y6FlwN2YczhDwaGyzumn5rlvA6A4JtQDeExduNoDDyv4T3LrmW8wlYZn3CJJw==}
engines: {node: '>=14.18'}
@@ -2725,22 +2711,10 @@ packages:
'@opentelemetry/sdk-trace-base': ^1.25.1
'@opentelemetry/semantic-conventions': ^1.25.1
'@sentry/tracing@7.114.0':
resolution: {integrity: sha512-eldEYGADReZ4jWdN5u35yxLUSTOvjsiZAYd4KBEpf+Ii65n7g/kYOKAjNl7tHbrEG1EsMW4nDPWStUMk1w+tfg==}
engines: {node: '>=8'}
'@sentry/types@7.114.0':
resolution: {integrity: sha512-tsqkkyL3eJtptmPtT0m9W/bPLkU7ILY7nvwpi1hahA5jrM7ppoU0IMaQWAgTD+U3rzFH40IdXNBFb8Gnqcva4w==}
engines: {node: '>=8'}
'@sentry/types@8.20.0':
resolution: {integrity: sha512-6IP278KojOpiAA7vrd1hjhUyn26cl0n0nGsShzic5ztCVs92sTeVRnh7MTB9irDVtAbOEyt/YH6go3h+Jia1pA==}
engines: {node: '>=14.18'}
'@sentry/utils@7.114.0':
resolution: {integrity: sha512-319N90McVpupQ6vws4+tfCy/03AdtsU0MurIE4+W5cubHME08HtiEWlfacvAxX+yuKFhvdsO4K4BB/dj54ideg==}
engines: {node: '>=8'}
'@sentry/utils@8.20.0':
resolution: {integrity: sha512-+1I5H8dojURiEUGPliDwheQk8dhjp8uV1sMccR/W/zjFrt4wZyPs+Ttp/V7gzm9LDJoNek9tmELert/jQqWTgg==}
engines: {node: '>=14.18'}
@@ -11607,17 +11581,6 @@ snapshots:
'@sec-ant/readable-stream@0.4.1': {}
'@sentry-internal/tracing@7.114.0':
dependencies:
'@sentry/core': 7.114.0
'@sentry/types': 7.114.0
'@sentry/utils': 7.114.0
'@sentry/core@7.114.0':
dependencies:
'@sentry/types': 7.114.0
'@sentry/utils': 7.114.0
'@sentry/core@8.20.0':
dependencies:
'@sentry/types': 8.20.0
@@ -11669,18 +11632,8 @@ snapshots:
'@sentry/types': 8.20.0
'@sentry/utils': 8.20.0
'@sentry/tracing@7.114.0':
dependencies:
'@sentry-internal/tracing': 7.114.0
'@sentry/types@7.114.0': {}
'@sentry/types@8.20.0': {}
'@sentry/utils@7.114.0':
dependencies:
'@sentry/types': 7.114.0
'@sentry/utils@8.20.0':
dependencies:
'@sentry/types': 8.20.0