Skip to content

Releases: serverless/dashboard

@serverless/[email protected] (2023-02-01)

01 Feb 17:47
Compare
Choose a tag to compare

@serverless/[email protected] (2023-01-30)

30 Jan 19:47
Compare
Choose a tag to compare

Features

  • Log instead of throw on invalid internal tag settings (8b4c595)
  • Prevent lambda crashes on internal SDK errors (015c598)

Maintenance Improvements

  • Introduce ._reportSdkError for silent error reporting (f2a5c5d)
  • Prevent HTTP releated debug log when instrumentation is off (1c6f201)
  • Seclude resolveNonErrorName util (57e28f5)

Comparison since last release

@serverless/[email protected] (2023-01-30)

30 Jan 21:09
Compare
Choose a tag to compare

Features

  • Prevent lambda crashes on internal SDK errors (6f350a9)

Bug Fixes

  • Do not send root span without required tag to dev mode (44b0e4e)
  • Fix AWS SDK v3 request error reporting (3dd663c)
  • Fix handling of uncommon AWS SDK error report (64afe99)
  • Fix invocation closure race condition (13649b2)

Maintenance Improvements

  • Rely on newly introduced reportSdkError util (e7d9cc0)
  • Clear dead referrences to global.serverlessSdk (048e72e)
  • Improve logic explanation (96c39a6)
  • Improve readability of inline comment (e6a40a2)

Comparison since last release

@serverless/[email protected] (2023-01-27)

30 Jan 15:59
Compare
Choose a tag to compare

@serverless/[email protected] (2023-01-26)

26 Jan 18:47
Compare
Choose a tag to compare

Features

  • Cover each console.error invocation with captured event (c37ef74)
  • Store stack trace with each captured error and warning (eadaafa)

Comparison since last release

@serverless/[email protected] (2023-01-26)

26 Jan 20:09
Compare
Choose a tag to compare

Maintenance Improvements


Comparison since last release

@serverless/[email protected] (2023-01-24)

24 Jan 15:43
Compare
Choose a tag to compare

@serverless/[email protected] (2023-01-23)

23 Jan 15:31
Compare
Choose a tag to compare

Bug Fixes

  • Ensure to clear custom tags collection between invocations (b8eadb6)

Comparison since last release

@serverless/[email protected] (2023-01-19)

19 Jan 18:59
Compare
Choose a tag to compare

⚠ BREAKING CHANGES

  • Root (global) tags are no longer stored on the root span. Instead they're stored on SDK directly and are expected to be considered as trace-wide tags

Bug Fixes

  • Ensure not to crash on invalid serverless.setTag input (c5f28ff)
  • Fix expressApp instrumentation endpoint (11314b4)
  • Warn instead of throw when SDK is used without initialization (fe64a4f)

Maintenance Improvements

  • Enable customization of event data via private options (a5e8f36)
  • Store global tags on SDK directly (not on root span) (9a72787)

Comparison since last release

@serverless/[email protected] (2023-01-18)

19 Jan 08:30
Compare
Choose a tag to compare