File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 10
10
11
11
<Authors >Segment, Inc</Authors >
12
12
<Description >The hassle-free way to add analytics to your C# app.</Description >
13
- <Version >0.3 .0</Version >
13
+ <Version >1.0 .0</Version >
14
14
<PackageLicenseExpression >MIT</PackageLicenseExpression >
15
15
<RepositoryUrl >https://github.com/segmentio/Analytics-CSharp</RepositoryUrl >
16
16
<RepositoryType >git</RepositoryType >
Original file line number Diff line number Diff line change @@ -40,6 +40,7 @@ To get started with the Analytics-CSharp library:
40
40
| `defaultSettings` | Default set to `{}`. <br> The settings object used as fallback in case of network failure. |
41
41
| `flushAt` | Default set to `20`. <br> The count of events at which Segment flushes events. |
42
42
| `flushInterval` | Default set to `30` (seconds). <br> The interval in seconds at which Segment flushes events. |
43
+ | `exceptionHandler` | set a an exception handler to handle errors happened in async methods within the analytics scope |
43
44
44
45
## Tracking Methods
45
46
You can’t perform that action at this time.
0 commit comments