Skip to content
This repository has been archived by the owner on Sep 26, 2023. It is now read-only.

Releases: sirkirby/raygun.diagnostics

v1.2.0 release

25 Jul 17:39
Compare
Choose a tag to compare

Add default exception message to TraceEvent & Update README.md (#19)...Added default exception message to TraceEvent when format input is empty to use default message.

  • Update README.md
  • Modify format check and stacktrace variables
  • Storing GetMethod in a variable to access once.
  • Added IsNullOrEmpty check on format.
  • Moved code to two functions for better resuability. Added execution to MessageFromTraceEvent and MessageFromString so they're used through other TraceEvent/TraceData.
  • Added Unit Tests

fixes #17

v1.1.0 release

25 Jul 17:39
Compare
Choose a tag to compare

Merge pull request #16 from tony-haupt/master...Custom error grouping with Raygun

v0.7.5 release

01 Oct 21:24
Compare
Choose a tag to compare

Merge pull request #12 from sirkirby/develop...Adding support for .NET 4.5 and .NET 4.0

v0.7.4 release

29 Jun 16:43
Compare
Choose a tag to compare

new setting which allows you to set default tags

  • new static property on settings which allows you to set a string array of tags
  • updated trace listener to add any tags defined in the global settings to the send message payload
  • updated the readme and nuspec with information about the changes

fixes #10

v0.7.3 release

11 Jun 16:51
Compare
Choose a tag to compare
  • Added compatibility with v5 of raygun sdk. For v4.2.x, please use previous version.

v0.7.2 release

02 Mar 19:12
Compare
Choose a tag to compare

Fixed possible null reference exception when one or more args passed to traceevent were null.
#7

v0.7.1 release

30 Oct 21:17
Compare
Choose a tag to compare

Now compatible with v4 of the raygun .net library

  • updated the readme with better custom attribute explanation

v0.7.0 release

31 Jul 19:42
Compare
Choose a tag to compare

Improved the auto tagging and debugging scenarios

  • added new custom attribute to define default tags for trace events on methods and classes
  • remove the EnableAutoTag setting
  • reworked the Debug setting to now stop trace messages from being sent to Raygun when enabled

v0.6.1 release

05 Jun 23:18
Compare
Choose a tag to compare
v0.6.1 release Pre-release
Pre-release

minor changes to the way exceptions are processed and packaged.

  • released to nuget

v0.6.0 release

04 Jun 19:28
Compare
Choose a tag to compare
v0.6.0 release Pre-release
Pre-release

Improvement and bugfixes. see #1 and #2 for more details

  • published to nuget