diff --git a/src/sentry_scope.c b/src/sentry_scope.c index fe42e3e8c..5052f023f 100644 --- a/src/sentry_scope.c +++ b/src/sentry_scope.c @@ -307,7 +307,9 @@ sentry__scope_apply_to_event(const sentry_scope_t *scope, sentry__foreach_stacktrace(event, sentry__symbolize_stacktrace); } +#undef PLACE_CLONED_VALUE +#undef PLACE_VALUE #undef PLACE_STRING -#undef IS_NULL #undef SET +#undef IS_NULL } diff --git a/src/sentry_tracing.c b/src/sentry_tracing.c index f8650c85b..73e23c0d8 100644 --- a/src/sentry_tracing.c +++ b/src/sentry_tracing.c @@ -28,4 +28,6 @@ sentry__span_get_trace_context(sentry_value_t span) PLACE_VALUE("status", span); return trace_context; + +#undef PLACE_VALUE }