Avatar for the MystenLabs user
MystenLabs
walrus-sites
BlogDocsChangelog

feat: integrate sentry to server portal

#302Merged
Comparing
ta/integrate-sentry-to-logger
(
7bf221a
) with
ta/create-logger-abstraction
(
6832819
)
CodSpeed Performance Gauge
+1%
Improvements
0
Regressions
0
Untouched
3
New
0
Dropped
0
Ignored
0

Benchmarks

Passed

decompress plaintext encoding
portal/common/lib/decompress_data.bench.ts::decompressData::decompress plaintext encoding
CodSpeed Performance Gauge
+1%
16.1 µs
15.9 µs
decompress deflate encoding
portal/common/lib/decompress_data.bench.ts::decompressData::decompress deflate encoding
CodSpeed Performance Gauge
+1%
249.3 µs
247.7 µs
decompress gzip encoding
portal/common/lib/decompress_data.bench.ts::decompressData::decompress gzip encoding
CodSpeed Performance Gauge
0%
253.8 µs
254.9 µs

Commits

Click on a commit to change the comparison range
Base
ta/create-logger-abstraction
6832819
0%
Integrate Sentry to the server portal Still needs some tuning. I'm not sure if the results we are getting are useful at the moment.
94c7f8f
3 months ago
by Tzal3x
0%
Refactor common lib logs to process them as Sentry tags
70495e3
3 months ago
by Tzal3x
0%
Stringify fetchedResourceResult to be displayed to Sentry tags
17e23f5
3 months ago
by Tzal3x
0%
Add missing log errors
3ad737d
3 months ago
by Tzal3x
+1%
Add more log errors
80090a6
3 months ago
by Tzal3x
0%
refactor(common): rephrase and enrich logs (#305)
251b82d
3 months ago
by Tzal3x
0%
Create SENTRY_DSN env variable This will be saved as a vercel environment variable. DSNs are safe to keep public because they only allow submission of new events and related event data; they do not allow read access to any information. While there is a risk of abusing a DSN, where any user can send events to your organization with any information they want, this is a rare occurrence. So just to be safe 100%, we will use a vercel environment variable for it.
1cc4e59
3 months ago
by Tzal3x
+1%
feat(common): add a new -debug- logging level (#307) - Create a new debug level, used as the highest level of logging. - Add more descriptive comments to the logger class. - Update the logging level of some of the logs used in the server portal.
7bf221a
3 months ago
by Tzal3x
Home Terms PrivacyDocs