Skip to content

Commit 95d08ce

Browse files
authored
Just added important using (#8744)
1 parent 6c780f8 commit 95d08ce

File tree

1 file changed

+2
-0
lines changed
  • src/platforms/dotnet/guides/azure-functions-worker

1 file changed

+2
-0
lines changed

src/platforms/dotnet/guides/azure-functions-worker/index.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ Sentry integration with Azure Functions (when using the Isolated Worker Process
2828
<SignInNote />
2929

3030
```csharp
31+
using Sentry.Azure.Functions.Worker;
32+
3133
var host = new HostBuilder()
3234
.ConfigureFunctionsWorkerDefaults((host, builder) =>
3335
{

0 commit comments

Comments
 (0)