From f8c9597a3a0d2c3fd79e716ae7ccc25bdc35a4d3 Mon Sep 17 00:00:00 2001 From: Marco Zanon Date: Fri, 11 Jul 2025 12:00:52 +0200 Subject: [PATCH] Minor change: updated url of sentry sdk --- src/crash/sentry_envelope.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/crash/sentry_envelope.zig b/src/crash/sentry_envelope.zig index c12ff5a01..b0d9f5b70 100644 --- a/src/crash/sentry_envelope.zig +++ b/src/crash/sentry_envelope.zig @@ -540,7 +540,7 @@ pub const Session = struct { /// An arbitrary file attachment. /// -/// https://develop.sentry.dev/sdk/envelopes/#attachment +/// https://develop.sentry.dev/sdk/data-model/envelope-items/#attachment pub const Attachment = struct { /// "filename" field is the name of the uploaded file without /// a path component.