-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Release for 1.5.0 feature: Added .sendAsync() entry point wrapping the HTTP call into its own thread. chore: Regorganisation of code in RaygunClient fix: Improving handling of getHTTPRequestData in RaygunRequestMessage chore: Changed HTTP endpoint to .com feature: Supports groupingKey now
- Loading branch information
1 parent
08ef6dd
commit edd82d4
Showing
26 changed files
with
769 additions
and
542 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name":"raygun4cfml", | ||
"version":"1.4.0", | ||
"location":"MindscapeHQ/raygun4cfml#1.4.0", | ||
"version":"1.5.0", | ||
"location":"MindscapeHQ/raygun4cfml#1.5.0", | ||
"author":"Kai Koenig <[email protected]>", | ||
"homepage":"https://github.com/MindscapeHQ/raygun4cfml/", | ||
"documentation":"https://github.com/MindscapeHQ/raygun4cfml/blob/master/README.md", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.