× Use Easybots Studio to download and use the bots from this app

App

Exceptionless App

Free

Description

Control your 'Exceptionless' projects on www.exceptionless.com Log errors, messages, feature usage, etc, through your easybots' solutions.

Author

Easybots Devs

Version

1.0.30.0

Available bots in this app

ExceptionlessBot
Actions
SubmitLog

Inputs

  • Message : String
  • Source : String
  • Log Level : String

Returns

CreateLog

Inputs

  • Message : String
  • Source : String
  • Log level : String

Returns

  • DataModel : ExceptionlessEvent
    • Message : String
    • Tags : HashSet`1
    • ExtendedData : Dictionary`2
    • Source : String
    • Type : String
SubmitEvent

Inputs

  • Message : String
  • Type : String
  • Source : String

Returns

CreateEvent

Inputs

  • Message : String
  • Type : String
  • Source : String

Returns

  • DataModel : ExceptionlessEvent
    • Message : String
    • Tags : HashSet`1
    • ExtendedData : Dictionary`2
    • Source : String
    • Type : String
SubmitError

Inputs

  • Message : String
  • Type : String
  • StackTrace : String

Returns

CreateError

Inputs

  • Message : String
  • StackTrace : String
  • ExceptionTypeName : String

Returns

  • DataModel : ExceptionlessEvent
    • Message : String
    • Tags : HashSet`1
    • ExtendedData : Dictionary`2
    • Source : String
    • Type : String
SubmitException

Inputs

  • Exception : Exception

Returns

CreateException

Inputs

  • Exception : String

Returns

  • DataModel : ExceptionlessEvent
    • Message : String
    • Tags : HashSet`1
    • ExtendedData : Dictionary`2
    • Source : String
    • Type : String
SubmitFeatureUsage

Inputs

  • Feature : String

Returns

CreateFeatureUsage

Inputs

  • Feature : String

Returns

  • DataModel : ExceptionlessEvent
    • Message : String
    • Tags : HashSet`1
    • ExtendedData : Dictionary`2
    • Source : String
    • Type : String
AddTags

Inputs

  • Event : ExceptionlessEvent
  • Tags : IEnumerable`1

Returns

  • DataModel : ExceptionlessEvent
    • Message : String
    • Tags : HashSet`1
    • ExtendedData : Dictionary`2
    • Source : String
    • Type : String
AddTag

Inputs

  • Event : ExceptionlessEvent
  • Tag : String

Returns

  • DataModel : ExceptionlessEvent
    • Message : String
    • Tags : HashSet`1
    • ExtendedData : Dictionary`2
    • Source : String
    • Type : String
AddExtendedDataCollection

Inputs

  • Event : ExceptionlessEvent
  • Extended Data : IDictionary`2

Returns

  • DataModel : ExceptionlessEvent
    • Message : String
    • Tags : HashSet`1
    • ExtendedData : Dictionary`2
    • Source : String
    • Type : String
AddExtendedData

Inputs

  • Event : ExceptionlessEvent
  • Key : String
  • Value : String

Returns

  • DataModel : ExceptionlessEvent
    • Message : String
    • Tags : HashSet`1
    • ExtendedData : Dictionary`2
    • Source : String
    • Type : String
SetSource

Inputs

  • Event : ExceptionlessEvent
  • Source : String

Returns

  • DataModel : ExceptionlessEvent
    • Message : String
    • Tags : HashSet`1
    • ExtendedData : Dictionary`2
    • Source : String
    • Type : String
Submit

Inputs

  • DataModel : ExceptionlessEvent

Returns