We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 756a3c8 commit 62a91c3Copy full SHA for 62a91c3
src/Elmah.Io.OpenTelemetry/ElmahIoExporterOptions.cs
@@ -34,7 +34,7 @@ public class ElmahIoExporterOptions
34
/// Register an action to be called before creating an installation. Use the OnInstallation
35
/// action to decorate installations with additional information related to your environment.
36
/// </summary>
37
- public Action<CreateInstallation> OnInstallation { get; set; }
+ public Action<CreateInstallation>? OnInstallation { get; set; }
38
39
/// <summary>
40
/// Register an action to be called if communicating with the elmah.io API fails.
0 commit comments