Skip to content

Commit 62a91c3

Browse files
committed
OnInstallation nullable
1 parent 756a3c8 commit 62a91c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Elmah.Io.OpenTelemetry/ElmahIoExporterOptions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ public class ElmahIoExporterOptions
3434
/// Register an action to be called before creating an installation. Use the OnInstallation
3535
/// action to decorate installations with additional information related to your environment.
3636
/// </summary>
37-
public Action<CreateInstallation> OnInstallation { get; set; }
37+
public Action<CreateInstallation>? OnInstallation { get; set; }
3838

3939
/// <summary>
4040
/// Register an action to be called if communicating with the elmah.io API fails.

0 commit comments

Comments
 (0)