Skip to content
This repository has been archived by the owner on Aug 9, 2022. It is now read-only.

fix(deps): update dependency @sentry/node to v7 #121

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 28, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@sentry/node ^6.0.0 -> ^7.0.0 age adoption passing confidence

Release Notes

getsentry/sentry-javascript

v7.9.0

Compare Source

This release adds the tracePropagationTargets option to the Sentry Node SDK.

  • feat(node): Add tracePropagationTargets option (#​5521)
  • fix(browser): Parse Chrome stack frames without full paths (#​5519)
  • fix(browser): Set : as a part of gecko protocol regex group. (#​4153)
  • fix(browser): Strip webpack wrapping from stack frames (#​5522)
  • fix(nextjs): Pull transpileClientSDK option from correct location (#​5516)
  • fix(node): Handle colons in stack trace paths (#​5517)
  • fix(react): Fix React Router v6 paramaterization (#​5515)
  • fix(remix): Paramaterize server side transactions (#​5491)
  • fix(remix): Provide sentry-trace and baggage via root loader. (#​5509)
  • ref(nextjs): Prework for wrapping data-fetching functions (#​5508)
  • ref(nextjs): Simplify NextConfigObject type (#​5514)

v7.8.1

Compare Source

  • fix(nextjs): Add default distDir value back into index.server.ts (#​5479)
  • fix(node): Add conditions to TracingHandler.startTransaction (#​5485)
  • fix(node): Adjust Express URL parameterization for array routes (#​5495)
  • fix(node): Adjust Express URL parameterization for RegEx routes (#​5483)
  • fix(node): Check if router exists before it is instrumented (#​5502)
  • fix(node): Correctly handle Windows paths when resolving module name (#​5476)
  • fix(node): Ensure that self._handler exists before calling it in LinkedErrors (#​5497)
  • ref(tracing): Simplify sample_rate serialization for DSC (#​5475)

v7.8.0

Compare Source

This release adds the transpileClientSDK flag to the Next.JS SDK Webpack config. This option makes WebPack transpile the SDK code to the same transpilation level as the user code. By specifying this option, the Next.JS SDK works in older browsers that do not support ES6 or ES6+ (e.g. object spread) features.

  • feat(react): Use state context for Redux integration (#​5471)
  • feat(remix): Set sentry-trace and baggage tags on server-side (#​5440)
  • feat(tracing): Allow storing span metadata (#​5464)
  • feat(tracing): Log start and end of span (#​5446)
  • fix(nextjs): Add transpileClientSDK option (#​5472)
  • fix(nextjs): Move userNextConfig.sentry to closure (#​5473)
  • fix(nextjs): Remove index signaure in captureUnderscoreErrorException argument type (#​5463)
  • fix(nextjs): Stop using eval when checking for sentry-cli binary (#​5447)
  • fix(remix): Clone erroneous responses not to consume their body streams. (#​5429)
  • fix(remix): Do not capture 4xx codes from thrown responses. (#​5441)
  • ref(angular): Set ErrorHandler Exception Mechanism to be unhandled by default(#​3844)
  • ref(nextjs): Extract isBuild into an exported function (#​5444)
  • ref(nextjs): Remove compensation for workaround in _error.js (#​5378)
  • ref(nextjs): Use loader to set RewriteFrames helper value (#​5445)
  • ref(node): Improve Express URL Parameterization (#​5450)
  • ref(utils): Improve uuid generation (#​5426)

Work in this release contributed by @​mitchheddles. Thank you for your contribution!

v7.7.0

Compare Source

  • feat(angular): Add URL parameterization of transaction names (#​5416)
  • fix(core): Add sentry_client to auth headers (#​5413)
  • fix(remix): Add documentRequest function name. (#​5404)
  • fix(remix): Skip capturing ok responses as errors. (#​5405)
  • ref(remix): Add transaction source (#​5398)

v7.6.0

Compare Source

This release adds the source field to all outgoing transactions.
See the tracking GH issue for more details.

This release also re-enables lambda layer releases for the Node Serverless SDK.

  • ref(angular): Add transaction source for Angular Router (#​5382)
  • ref(build): Reenable lambda layer release in craft (#​5207)
  • feat(nextjs): Record transaction name source when creating transactions (#​5391)
  • ref(react): Add source to react-router-v3 (#​5377)
  • ref(react): Add transaction source for react router v4/v5 (#​5384)
  • ref(react): Add transaction source for react router v6 (#​5385)
  • feat(remix): Wrap root with ErrorBoundary (#​5365)
  • fix(remix): Move hook checks inside the wrapper component (#​5371)
  • fix(remix): Strip query params from transaction names (#​5368)
  • fix(remix): Make peer deps less restrictive (#​5369)
  • fix(remix): Wrap handleDocumentRequest functions (#​5387)
  • ref(serverless): Add transaction source (#​5394)
  • feat(tracing): Add transaction source field (#​5367)
  • feat(tracing): Record transaction name source when name set directly (#​5396)
  • ref(tracing): Add transaction source to default router (#​5386)
  • ref(tracing): Include transaction in DSC if transaction source is not an unparameterized URL (#​5392)
  • feat(vue): Add transaction source to VueRouter instrumentation (#​5381)

Work in this release contributed by @​moishinetzer. Thank you for your contribution!

v7.5.1

Compare Source

This release removes the user_id and the transaction field from the dynamic sampling context data that is attached to outgoing requests as well as sent to Relay.

  • ref(tracing): Remove transaction name and user_id from DSC (#​5363)

v7.5.0

Compare Source

This release adds the sendDefaultPii flag to the Sentry.init options.
When using performance monitoring capabilities of the SDK, it controls whether user IDs (set via Sentry.setUser) are propagated in the baggage header of outgoing HTTP requests.
This flag is set to false per default, and acts as an opt-in mechanism for sending potentially sensitive data.
If you want to attach user IDs to Sentry transactions and traces, set this flag to true but keep in mind that this is potentially sensitive information.

  • feat(sdk): Add sendDefaultPii option to the JS SDKs (#​5341)
  • fix(remix): Sourcemaps upload script is missing in the tarball (#​5356)
  • fix(remix): Use cjs for main entry point (#​5352)
  • ref(tracing): Only add user_id to DSC if sendDefaultPii is true (#​5344)

Work in this release contributed by @​jkcorrea and @​nfelger. Thank you for your contributions!

v7.4.1

Compare Source

This release includes the first published version of @sentry/remix.

  • build(remix): Make remix package public (#​5349)

v7.4.0

Compare Source

This release contains the alpha version of @sentry/remix, our newest JavaScript SDK! For details on how to use
it, please see the README and the tracking GitHub issue.

Attention: Due to an oversight, the @sentry/remix package is only published as part of the 7.4.1 release.

  • feat(remix): Enable Remix SDK (#​5327)
  • feat(remix): Add release / sourcemap upload script. (#​5312)
  • feat(remix): Add Remix server SDK (#​5269)
  • feat(remix): Add Remix client SDK (#​5264)
  • feat(remix): Add Remix SDK package boilerplate (#​5256)
  • fix(utils): Handle toJSON methods that return circular references (#​5323)

Work in this release contributed by @​MichaelDeBoey. Thank you for your contribution!

Special thank you to @​jacob-ebey for pointing us in the right direction while we were working on the Remix SDK:
https://github.com/jacob-ebey/remix-sentry.

v7.3.1

Compare Source

  • feat(react): expose FallbackRender as top-level type (#​5307)
  • fix(core): Remove optional chaining usage (#​5304)
  • fix(ember): Restore ember package contents (#​5318)
  • fix(ember): Update README docs to match sentry-docs (#​5315)
  • ref(hub): Reduce hub bundle size (#​5306)
  • ref(tracing): Ignore third party baggage entries from incoming requests (#​5319)
  • ref(types): Add type for measurement unit (#​5313)

Work in this release contributed by @​MasterOdin. Thank you for your contribution!

v7.3.0

Compare Source

  • feat(nextjs): Add exception handler for _error.js (#​5259)
  • feat(tracing): Add additional Dynamic Sampling Context items to baggage and envelope headers (#​5292)
  • fix(node): Allow ParseRequestOptions to be passed to request handler (#​5287)
  • fix(tracing): Baggage parsing fails when input is not of type string (#​5276)
  • fix(tracing): Report the right units for CLS and TTFB (#​5303)
  • fix(vue): Property access on undefined in errorHandler (#​5279)
  • ref(node): Move stack parser to utils so it can be used from Electron (#​5286)
  • ref(tracing): Move getBaggage() from Span to Transaction class (#​5299)
  • ref(tracing): Unify DSC key names in envelope and baggage headers (#​5302)

Work in this release contributed by @​Arinono. Thank you for your contribution!

v7.2.0

Compare Source

  • feat(angular): Add Angular 14 support (#​5253)
  • feat(tracing): GraphQL and Apollo Integrations (#​3953)
  • fix(docs): Adjust hash-link to propagation-of-baggage-header (#​5235)
  • fix(docs): Update MIGRATION for SeverityLevel (#​5225)
  • fix(nextjs): Export showReportDialog from NextJS SDK (#​5242)
  • fix(vue): Accounts for undefined options when formatting component name (#​5254)
  • ref(node): Move request-data-extraction functions to@sentry/utils (#​5257)
  • ref(tracing): Check and set mutability of baggage (#​5205)
  • ref(tracing): Sync baggage data in Http and envelope headers (#​5218)
  • chore(angular): Add Angular version to event contexts (#​5260)
  • chore(core): Remove circular JSON debugging hacks (#​5267)
  • chore(integrations): Add trace to CONSOLE_LEVELS (#​5249)

Work in this release contributed by @​Arinono and @​slaesh. Thank you for your contributions!

v7.1.1

Compare Source

  • Revert "ref(node): Move non-handler code out of handlers module" (#​5223)
  • fix(types): Vendor in TextEncoderCommon type (#​5221)

v7.1.0

Compare Source

  • feat(tracing): Propagate environment and release values in baggage Http headers (#​5193)
  • feat(node): Compression support for http transport (#​5209)
  • fix(serverless): Do not change DSN in Serverless integration (#​5212)
  • fix(core): Normalize trace context (#​5171)
  • fix(utils): Fix faulty references in dropUndefinedKeys (#​5201)
  • fix(build): Add missing debug logger plugin in debug.min bundle variant config (#​5192)
  • fix(tracing): Fix missing page load metrics in Electron renderer (#​5187)
  • ref(node): Move non-handler code out of handlers module (#​5190)
  • ref: Switch to magic string for logger statements (#​5155)
  • chore(build): Only upload lambda layer when releasing (#​5208)

v7.0.0

Compare Source

Version 7 of the Sentry JavaScript SDK brings a variety of features and fixes including bundle size and performance improvements, brand new integrations, support for the attachments API, and key bug fixes.

This release does not change or remove any top level public API methods (captureException, captureMessage), and only requires changes to certain configuration options or custom clients/integrations/transports.

Note: The v7 version of the JavaScript SDK requires a self-hosted version of Sentry 20.6.0 or higher. If you are using a version of self-hosted Sentry (aka onpremise) older than 20.6.0 then you will need to upgrade.

For detailed overview of all the changes, please see our v7 migration guide.

Breaking Changes

If you are a regular consumer of the Sentry JavaScript SDK you only need to focus on the general items. The internal breaking changes are aimed at libraries that build on top of and extend the JavaScript SDK (like @sentry/electron or @sentry/react-native).

General
Internal
Other Changes
Features
  • feat(tracing): Add Prisma ORM integration. (#​4931)
  • feat(react): Add react-router-v6 integration (#​5042)
  • feat: Add attachments API (#​5004)
  • feat: Add name field to EventProcessor (#​4932)
  • feat: Expose configurable stack parser (#​4902)
  • feat(tracing): Make setMeasurement public API (#​4933)
  • feat(tracing): Add GB unit to device memory tag value (#​4935)
  • feat: Export browser integrations individually (#​5028)
  • feat(core): Send Baggage in Envelope Header (#​5104)
Fixes
  • fix(browser): Fix memory leak in addEventListener instrumentation (#​5147)
  • fix(build): Fix express import in gcpfunction (#​5097)
  • fix(ember): Export sha hashes of injected scripts (#​5089)
  • fix(hub): Add missing parameter to captureException docstring (#​5001)
  • fix(integrations): Mark ExtraErrorData as already normalized (#​5053)
  • fix(serverless): Adjust v6 Lambda layer hotfix for v7 (#​5006)
  • fix(tracing): Adjust sideEffects package.json entry for v7 (#​4987)
  • fix(tracing): Remove isInstanceOf check in Hub constructor (#​5046)
  • fix(tracing): Don't use querySelector when not available (#​5160)
  • fix(nextjs): Update webpack-plugin and change how cli binary is detected. This should reduce bundle size of NextJS applications. (#​4988)
  • fix(utils): Fix infinite recursion in dropUndefinedKeys (#​5163)
Misc
  • feat(build): Vendor polyfills injected during build (#​5051)
  • ref(build): Use rollup to build AWS lambda layer (#​5146)
  • ref(core): Make event processing log warnings instead of errors (#​5010)
  • ref(node): Allow node stack parser to work in browser context (#​5135)
  • ref(serverless): Point DSN to relay in lambda extension (#​5126)
  • ref(serverless): Do not throw on flush error (#​5090)
  • ref(utils): Clean up dangerous type casts in object helper file (#​5047)
  • ref(utils): Add logic to enable skipping of normalization (#​5052)

v6.19.7

Compare Source

  • fix(react): Add children prop type to ErrorBoundary component (#​4966)
  • fix(serverless): Re-add missing modules in Node AWS Lambda Layer (#​4982)
  • fix(tracing): Target tracing bundles for side effects (#​4955)

Work in this release contributed by @​cameronaziz and @​kpdecker. Thank you for your contributions!

v6.19.6

Compare Source

  • fix(typing): Fix typing API in CaptureConsle (#​4879)

v6.19.5

Compare Source

  • ref(build): Add debug constants in each package individually (#​4842)
  • ref(build): Introduce central build directory to packages with bundles (#​4838) (#​4854) (#​4868)
  • feat(utils): Introduce getGlobalSingleton helper (#​4860)

v6.19.4

Compare Source

  • feat(react): Add React 18 as peer dep (#​4819)
  • ref(build): Add build/types to tarballs and adjust types entry points (#​4824)

Work in this release contributed by @​MikevPeeren. Thank you for your contribution!

v6.19.3

Compare Source

  • feat(browser): Add new v7 Fetch Transport (#​4765)
  • feat(browser): Add new v7 XHR Transport (#​4803)
  • fix(core): Use correct version of event when tagging normalization (#​4780)
  • fix(core): Stop mangling _experiments (#​4807)
  • feat(node): Add new v7 http/s Transports (#​4781)

v6.19.2

Compare Source

  • feat(core): Add new transports to base backend (#​4752)
  • feat(utils): Add isNaN function (#​4759)
  • fix(integrations): Emit ES5 code in ES5 bundles (#​4769)
  • fix(vue): Drop vue-router peerDep (#​4764)
  • ref(core): Reduce inboundfilters bundle size (#​4625)
  • ref(integrations): Make ReportTypes a union type
  • ref(node): Add source code context when using LinkedErrors (#​4753)
  • ref(utils): Introduce getEnvelopeType helper (#​4751)
  • ref(utils): Split normalization code into separate module (#​4760)

v6.19.1

Compare Source

This release fixes a bug from 6.19.0 causing type import errors in most JS SDKs.

  • fix(types): Point to type definitions in dist folder (#​4745)

v6.19.0

Compare Source

This release makes a change to the data normalization process, limiting the number of entries or properties which will be included in any given array or object to 1000. Previously there was no limit, so in rare cases you may notice a change in your context data. If this is a problem, you can increase the limit with the new maxNormalizationBreadth setting. See #​4689 for details.

  • feat(build): Create debug versions of minified bundles (#​4699)
  • feat(integrations): Make ES6 integration bundles (#​4718)
  • feat(utils): Limit normalize maximum properties/elements (#​4689)
  • feat(various): Apply debug guard to logger everywhere (#​4698)
  • fix(browser): Use apply rather than call in try-catch integration (#​4695)
  • fix(ember): Fix merging env config (#​4714)
  • fix(nextjs): Add env var to suppress API non-response meta-warning (#​4706)
  • fix(nextjs): Widen scope for client file upload (#​4705)
  • fix(node): Fix async stack parsing (#​4721)
  • ref(browser): Use ratelimit utils in base transport (#​4686)
  • ref(build): Introduce root build directory in @sentry/browser (#​4688)
  • ref(minimal): Simplify syntheticException creation (#​4691)
  • ref(tracing): Remove BrowserTracing logging flag default value (#​4708)
  • ref(utils): Simplify isDebugBuild logging guard (#​4696)

Work in this release contributed by @​Turbo87. Thank you for your contribution!

v6.18.2

Compare Source

If you are using @sentry-internal/eslint-config-sdk, please note that this release turns on the quotes rule to enforce usage of single quotes.

This release also removes @sentry/tracing as a dependency of @sentry/node. Please explicitly install and import @sentry/tracing if you want to use performance monitoring capabilities. For more details, see our docs on setting up Node Performance Monitoring.

We also now produce an ES6 version of our CDN tracing bundle, which can be accessed with bundle.tracing.es6.min.js.

  • chore(eslint): Turn on quotes rules (#​4671)
  • fix(node): prevent errors thrown on flush from breaking response (#​4667)
  • ref(node): Remove dependency on @​sentry/tracing (#​4647)
  • fix(tracing): Make method required in transactionSampling type (#​4657)
  • feat(tracing): Add ES6 tracing bundle (#​4674)

Work in this release contributed by @​Ignigena. Thank you for your contribution!

v6.18.1

Compare Source

  • fix(ember): use _backburner if it exists (#​4603)
  • feat(gatsby): Upgrade Sentry Webpack Plugin to 1.18.8 (#​4636)
  • feat(nextjs): Upgrade Sentry Webpack Plugin to 1.18.8 (#​4643)
  • fix(nextjs): webpack as optional peer-dependency (#​4634)

Work in this release contributed by @​belgattitude, @​pbernery, and @​kylemh. Thank you for your contributions!

v6.18.0

Compare Source

This patch deprecates the frameContextLines option for the Node SDK. The migration documentation details how to migrate off the deprecated frameContextLines option.

  • fix(browser): Only set event.stacktrace if we have 1 or more frames (#​4614)
  • fix(hub): keep hint event id if it's provided (#​4577)
  • fix(nextjs): Use env variable for build detection (#​4608)
  • ref(node): Refactor node source fetching into integration (#​3729)
  • feat(serverless): Added ignoreSentryErrors option for AWS lambda (#​4620)

Work in this release contributed by @​GoshaEgorian and @​ichina. Thank you for your contributions!

v6.17.9

Compare Source

  • fix(gatsby): Add missing React peer dependency (#​4576)
  • fix(types): Use Sentry event type instead of dom one (#​4584)

Work in this release contributed by @​aaronadamsCA. Thank you for your contribution!

v6.17.8

Compare Source

  • feat(types): Add Envelope types (#​4527)
  • fix(build): Remove node code from CDN bundles (#​4548)
  • fix(build): Prevent unused utils code in integration bundles (#​4547)
  • fix(tracing): Export BrowserTracing directly in CDN bundle (#​4570)
  • fix(utils): Use apply in console instrumentation (#​4568)
  • ref(core): Log normalizeDepth when normalization is skipped(#​4574)

Work in this release contributed by @​mydea. Thank you for your contribution!

v6.17.7

Compare Source

  • fix(utils): Make new non-enumerable properties mutable (#​4528)
  • fix(vue): Check if route name is defined before casting (#​4530)

Work in this release contributed by @​connorjclark. Thank you for your contribution!

v6.17.6

Compare Source

  • fix(angular): Add check for global.location in angular universal (#​4513)
  • fix(nextjs): Stop injecting sentry into API middleware (#​4517)
  • fix(nextjs): Revert #​4139 - remove manipulation of res.finished value (#​4516)

Work in this release contributed by @​mobilestar1. Thank you for your contribution!

v6.17.5

Compare Source

This release deprecates the Severity enum, the SeverityLevel type, and the internal SeverityLevels array, all from @sentry/types. In v7, Severity will disappear (in favor of SeverityLevel) and SeverityLevel and SeverityLevels will live in @sentry/utils. If you are using any of the three, we encourage you to migrate your usage now, using our migration guide.

  • ref: Export Session class from core/browser/node (#​4508)
  • chore(nextjs): Bump@sentry/webpack-plugin to 1.18.5 (#​4501)
  • ref(types): Move SeverityLevel and SeverityLevels to @sentry/utils (#​4492)
  • fix(vue): Cast name parameter to string (#​4483)

Work in this release contributed by @​Bobakanoosh and @​ssnielsen. Thank you for your contributions!

v6.17.4

Compare Source

  • chore(deps): Bump @sentry/webpack-plugin from 1.18.3 to 1.18.4 (#​4464)
  • fix(browser): Set severity level for events captured by the global error handler (#​4460)
  • fix(integrations): Add default for ExtraErrorData's depth option (#​4487)
  • fix(nextjs): Export BrowserTracing integration directly (#​4480)
  • fix(tracing): Export SpanStatus enum (#​4478)
  • fix(vue): Property _isVue not defined in Vue3 (#​4461)

Work in this release contributed by @​7inspire, @​jaeseokk, and @​rchl. Thank you for your contributions!

v6.17.3

Compare Source

  • fix(nextjs): Unwrap req and res if necessary when instrumenting server (#​4467)

v6.17.2

Compare Source

This patch contains a breaking change for anyone setting the undocumented rethrowAfterCapture option for @sentry/serverless's AWS wrapper to false, as its functionality has been removed. For backwards compatibility with anyone setting it to true (which is also the default), the option remains in the WrapperOptions type for now. It will be removed in the next major release, though, so we recommend removing it from your code.

  • ref(serverless): Remove rethrowAfterCapture use in AWS lambda wrapper (#​4448)
  • fix(utils): Remove dom is casting (#​4451)

v6.17.1

Compare Source

  • ref(core): Renormalize event only after stringification errors (#​4425)
  • feat(nextjs): Add option to use hidden-source-map as webpack devtool value (#​4436)
  • fix(tracing): ignore the xhr/fetch response if its request is not being tracked (#​4428)
  • fix(vue): prevent after hook from starting new span (#​4438)

Work in this release contributed by @​datbth. Thank you for your contribution!

v6.17.0

Compare Source

This release contains several internal refactors that help reduce the bundle size of the SDK and help prep for our upcoming major release. There are no breaking changes in this patch unless you are using our internal Dsn class, which has been removed. We also deprecated a few of our typescript enums and our internal API class. We've detailed in our migration documentation how to update your sdk usage if you are using any of these in your code.

  • feat: Remove Dsn class (#​4325)
  • feat(core): Add processing metadata to scope and event (#​4252)
  • feat(core): Deprecate API class (#​4281)
  • feat(ember): Update ember dependencies (#​4253)
  • fix(nextjs): Inject sentry.x.config.js into pages/_error (#​4397)
  • fix(nextjs): Add sentry-cli existence check for enabling webpack plugin #​4311
  • ref(tracing): deprecate span status enum (#​4299)
  • ref(tracing): Remove script evaluation span (#​4433)
  • ref(types): drop unused logLevel (#​4317)
  • ref(types): deprecate request status enum (#​4316)
  • ref(types): deprecate outcome enum (#​4315)
  • ref(types): deprecate transactionmethod enum (#​4314)
  • ref(types): deprecate status enum (#​4298)
  • ref(utils): improve invalid dsn error message (#​4430)
  • fix(vue): Prioritize app variable to avoid duplicate name pollution (#​4437)

Work in this release contributed by @​yordis, @​Badisi, and @​lh1me. Thank you for your contribution!

v6.16.1

Compare Source

  • feat(nextjs): Support Next.js v12 (#​4093)
  • fix(nextjs): Disable server instrumentation on Vercel (#​4255)
  • feat(tracing): Add metadata around idleTimeout (#​4251)

Work in this release contributed by @​KATT. Thank you for your contribution!

v6.16.0

Compare Source

  • feat(angu

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by Mend Renovate. View repository job log here.

@vercel
Copy link

vercel bot commented Jun 28, 2022

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated
delivery-tracker ✅ Ready (Inspect) Visit Preview Jun 28, 2022 at 10:12PM (UTC)
item-crawl ✅ Ready (Inspect) Visit Preview Jun 28, 2022 at 10:12PM (UTC)
youtube-crawl ✅ Ready (Inspect) Visit Preview Jun 28, 2022 at 10:12PM (UTC)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants