AtomicLoans / agent

πŸ’₯ Atomic Agent
1 stars 3 forks source link

An in-range update of @sentry/node is breaking the build 🚨 #114

Open greenkeeper[bot] opened 4 years ago

greenkeeper[bot] commented 4 years ago

The dependency @sentry/node was updated from 5.11.1 to 5.11.2.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

@sentry/node is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details - βœ… **coverage/coveralls:** First build on greenkeeper/@sentry/node-5.11.2 at 33.508% ([Details](https://coveralls.io/builds/28401612)). - ❌ **continuous-integration/travis-ci/push:** The Travis CI build failed ([Details](https://travis-ci.org/AtomicLoans/agent/builds/643364402?utm_source=github_status&utm_medium=notification)).

Release Notes for 5.11.2
  • [apm] fix: Add new option to Tracing maxTransactionTimeout determines the max length of a transaction
  • [hub] ref: Always also set transaction name on the top span in the scope
  • [core] fix: Use event_id from hint given by top-level hub calls
FAQ and help There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper Bot :palm_tree:

greenkeeper[bot] commented 4 years ago

After pinning to 5.11.1 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results.

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

Release Notes for 5.12.0
  • [core] feat: Provide normalizeDepth option and sensible default for scope methods (#2404)
  • [browser] fix: Export EventHint type (#2407)
greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

Release Notes for 5.12.1
  • [apm] ref: If maxTransactionTimeout = 0 there is no timeout
  • [apm] fix: Make sure that the maxTransactionTimeout is always enforced on transaction events
  • [browser] fix: Support for Hermes stacktraces
greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

Release Notes for 5.12.2
  • [apm] ref: Check if Tracing integration is enabled before dropping transaction
greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

Release Notes for 5.12.3
  • [apm] fix: Remove undefined keys from trace.context
greenkeeper[bot] commented 4 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for 5.12.4
  • [browser] ref: Rework XHR wrapping logic to make sure it always triggers
  • [browser] fix: Handle PromiseRejectionEvent-like CustomEvents (#2429)
  • [core] ref: Notify user when event failed to deliver because of digestion pipeline issue (#2416)
  • [node] fix: Improve incorrect ParseRequest typing (#2433)
  • [apm] fix: Remove auto unknown_error transaction status (#2440)
  • [apm] fix: Properly remove undefined keys from apm payload (#2414)
greenkeeper[bot] commented 4 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for 5.12.5
  • [browser] ref: Mark transactions as event.transaction in breadcrumbs (#2450)
  • [node] fix: Dont overwrite servername in requestHandler (#2449)
  • [utils] ref: Move creation of iframe into try/catch in fetch support check (#2447)
greenkeeper[bot] commented 4 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for 5.13.0
  • [apm] feat: Add options.autoPopAfter parameter to pushActivity to prevent never-ending spans (#2459)
  • [apm] fix: Use monotonic clock to compute durations (#2441)
  • [core] ref: Remove unused sentry_timestamp header (#2458)
  • [node] ref: Drop Node v6, add Node v12 to test matrix, move all scripts to Node v12 (#2455)
  • [utils] ref: Prevent instantiating unnecessary Date objects in timestampWithMs (#2442)
  • [browser] fix: Mark transactions as event.transaction in breadcrumbs correctly
greenkeeper[bot] commented 4 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for 5.13.1
  • [node] fix: Restore engines back to >= 6
greenkeeper[bot] commented 4 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for 5.13.2
  • [apm] feat: Add discardBackgroundSpans to discard background spans by default
greenkeeper[bot] commented 4 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for 5.14.0
  • [apm] feat: Add a simple heartbeat check, if activities don't change in 3 beats, finish the transaction (#2478)
  • [apm] feat: Make use of the performance browser API to provide better instrumentation (#2474)
  • [browser] ref: Move global error handler + unhandled promise rejection to instrument (#2475)
  • [apm] ref: Always use monotonic clock for time calculations (#2485)
  • [apm] fix: Add trace context to all events (#2486)
greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

Release Notes for 5.14.1
  • [apm] fix: Check for performance.timing in webworkers (#2491)
  • [apm] ref: Remove performance clear entry calls (#2490)
greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

Release Notes for 5.14.2
  • [apm] fix: Use Performance API for timings when available, including Web Workers (#2492)
  • [apm] fix: Remove Performance references (#2495)
  • [apm] fix: Set op in node http.server transaction (#2496)
greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

Release Notes for 5.15.0
  • [apm] fix: Sampling of traces work now only depending on the client option tracesSampleRate (#2500)
  • [apm] fix: Remove internal forceNoChild parameter from hub.startSpan (#2500)
  • [apm] fix: Made constructor of Span internal, only use hub.startSpan (#2500)
  • [apm] ref: Remove status from tags in transaction (#2497)
  • [browser] fix: Respect breadcrumbs sentry:false option (#2499)
  • [node] ref: Skip body parsing for GET/HEAD requests (#2504)
greenkeeper[bot] commented 4 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for 5.15.5
  • [browser/node] Add missing BreadcrumbHint and EventHint types exports (#2545)
  • [utils] fix: Prevent isMatchingPattern from failing on invalid input (#2543)
greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

Release Notes for 5.16.0

If you are a @sentry/apm and did manual instrumentation using hub.startSpan please be aware of the changes we did to the API. The recommended entry point for manual instrumentation now is Sentry.startTransaction and creating child Span by calling startChild on it. We have internal workarounds in place so the old code should still work but will be removed in the future. If you are only using the Tracing integration there is no need for action.

  • [core] feat: Send transactions in envelopes (#2553)
  • [core] fix: Send event timestamp (#2575)
  • [browser] feat: Allow for configuring TryCatch integration (#2601)
  • [browser] fix: Call wrapped RequestAnimationFrame with correct context (#2570)
  • [node] fix: Prevent reading the same source file multiple times (#2569)
  • [integrations] feat: Vue performance monitoring (#2571)
  • [apm] fix: Use proper type name for op (#2584)
  • [core] fix: sent_at for envelope headers to use same clock (#2597)
  • [apm] fix: Improve bundle size by moving span status to @sentry/apm (#2589)
  • [apm] feat: No longer discard transactions instead mark them deadline exceeded (#2588)
  • [apm] feat: Introduce Sentry.startTransaction and Transaction.startChild (#2600)
  • [apm] feat: Transactions no longer go through beforeSend (#2600)
  • [browser] fix: Emit Sentry Request breadcrumbs from inside the client (#2615)
  • [apm] fix: No longer debounce IdleTransaction (#2618)
  • [apm] feat: Add pageload transaction option + fixes (#2623)
  • [minimal/core] feat: Allow for explicit scope through 2nd argument to captureException/captureMessage (#2627)