Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Changelog

## 0.0.4

- chore(deps-dev): bump eslint from 9.13.0 to 9.17.0 (#78) (2025-01-06)
Expand Down Expand Up @@ -51,4 +53,3 @@
- Support for scoped Breadcrumbs.
- Created example project.
- Created documentation.

5 changes: 2 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ please get in touch with the Raygun team.

### Fork the repository

Please fork the main repository from https://github.com/MindscapeHQ/raygun4node-aws-lambda
Please fork the main repository from <https://github.com/MindscapeHQ/raygun4node-aws-lambda>
into your own GitHub account.

### Create a new branch
Expand All @@ -53,7 +53,7 @@ Do not submit a PR directly from your `main` branch.

### Open a pull request

Submit a pull request against the main repositories' `main` branch.
Submit a pull request against the main repositories' `main` branch.

Fill the PR template and give it a title that follows the [Conventional Commits guidelines](https://www.conventionalcommits.org/en/v1.0.0/).

Expand All @@ -63,4 +63,3 @@ Wait for a review by the Raygun team.
The team will leave you feedback and might ask you to do changes in your code.

Once the PR is approved, the team will merge it.

3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ The `awsHandler` also adds automatically the function call context in the "Custo

This payload can be found in the "Custom" tab in the Raygun Crash Reporting error report page.

```
```js
context: {
callbackWaitsForEmptyEventLoop: true,
functionVersion: "$LATEST",
Expand All @@ -133,4 +133,3 @@ context: {
Copyright (c) 2024 Raygun Limited

Licensed under the MIT license.

Loading