Skip to content

Releases: MindscapeHQ/raygun4node-aws-lambda

v0.0.3

16 Sep 08:15
0e8d78f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.2...v0.0.3

v0.0.2

12 Jul 07:40
cfe8f4b
Compare
Choose a tag to compare

What's Changed

  • chore(deps): bump @types/aws-lambda from 8.10.138 to 8.10.140 by @dependabot in #22
  • chore(deps-dev): bump @stylistic/eslint-plugin-ts from 2.2.1 to 2.2.2 by @dependabot in #23
  • chore(deps-dev): bump typescript from 5.4.5 to 5.5.2 by @dependabot in #24
  • chore(deps-dev): bump @stylistic/eslint-plugin from 2.1.0 to 2.2.2 by @dependabot in #25
  • chore(deps-dev): bump @types/node from 20.14.2 to 20.14.8 by @dependabot in #26
  • feat: Attach context in breadcrumb custom data automatically by @miquelbeltran in #21
  • chore(deps-dev): bump @eslint/js from 9.5.0 to 9.6.0 by @dependabot in #27
  • chore(deps-dev): bump @stylistic/eslint-plugin-ts from 2.2.2 to 2.3.0 by @dependabot in #28
  • chore(deps-dev): bump typescript-eslint from 7.13.1 to 7.15.0 by @dependabot in #32
  • chore(deps-dev): bump @types/node from 20.14.8 to 20.14.10 by @dependabot in #33
  • chore(deps-dev): bump @stylistic/eslint-plugin from 2.2.2 to 2.3.0 by @dependabot in #29
  • chore(deps-dev): bump typescript-eslint from 7.15.0 to 7.16.0 by @dependabot in #35
  • chore: Release 0.0.2 by @miquelbeltran in #34

New Contributors

Full Changelog: v0.0.1...v0.0.2

v0.0.1

19 Jun 06:55
Compare
Choose a tag to compare
  • Initial release
  • Provides awsHandler() function with:
    • Support to capture errors and report them to Raygun Crash Reporting.
    • Support for scoped Breadcrumbs.
  • Created example project.
  • Created documentation.