Skip to content

Conversation

PabloCastellano
Copy link
Member

Checklist

  • My change requires a documentation update, and I have done it.
  • I have added tests to cover my changes.
  • I have filled out the description and linked the related issues.

Description

  • Add ADMIN_API_KEY environment variable for secure access
  • Add functionality to modify logging level at runtime
  • Implement tRPC endpoints for getting and setting log level
  • Enhance logger module to track all logger instances
  • Add proper OpenAPI documentation with system tag

Motivation and Context (Optional)

No need to restart the container to load the new configuration when LOG_LEVEL is modified.

Related Issue (Optional)

Screenshots (if appropriate):

…evel

- Add ADMIN_API_KEY environment variable for secure access
- Add functionality to modify logging level at runtime
- Implement tRPC endpoints for getting and setting log level
- Enhance logger module to track all logger instances
- Add proper OpenAPI documentation with system tag
Copy link

vercel bot commented Jul 2, 2025

Deployment failed with the following error:

Resource is limited - try again in 15 hours (more than 100, code: "api-deployments-free-per-day").

Copy link

changeset-bot bot commented Jul 2, 2025

🦋 Changeset detected

Latest commit: 87e9785

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 3 packages
Name Type
@blobscan/api Minor
@blobscan/rest-api-server Patch
@blobscan/web Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

Copy link
Contributor

github-actions bot commented Jul 2, 2025

📦 Next.js Bundle Analysis for @blobscan/web

This analysis was generated by the Next.js Bundle Analysis action. 🤖

This PR introduced no changes to the JavaScript bundle! 🙌

Copy link

vercel bot commented Jul 3, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
blobscan-docs Error Error Sep 17, 2025 3:11pm
blobscan-staging Error Error Sep 17, 2025 3:11pm
4 Skipped Deployments
Project Deployment Preview Comments Updated (UTC)
blobscan-gnosis Ignored Ignored Preview Sep 17, 2025 3:11pm
blobscan-holesky Ignored Ignored Preview Sep 17, 2025 3:11pm
blobscan-mainnet Ignored Ignored Preview Sep 17, 2025 3:11pm
blobscan-sepolia Ignored Ignored Preview Sep 17, 2025 3:11pm

Copy link

codecov bot commented Sep 17, 2025

Codecov Report

❌ Patch coverage is 89.62963% with 14 lines in your changes missing coverage. Please review.
✅ Project coverage is 85.64%. Comparing base (54cdc87) to head (87e9785).
⚠️ Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
packages/api/src/utils/auth.ts 43.75% 9 Missing ⚠️
packages/api/src/context.ts 76.19% 5 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #825      +/-   ##
==========================================
+ Coverage   85.53%   85.64%   +0.10%     
==========================================
  Files         174      177       +3     
  Lines       13478    13587     +109     
  Branches     1242     1247       +5     
==========================================
+ Hits        11528    11636     +108     
- Misses       1950     1951       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@PJColombo PJColombo merged commit 5df65d3 into main Sep 17, 2025
12 of 14 checks passed
@PJColombo PJColombo deleted the feat-api-set-logging branch September 17, 2025 15:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants