From 0d0697cbe19ed2ef385408f72d754cea99c7bc9a Mon Sep 17 00:00:00 2001 From: Dan Engelbrecht Date: Tue, 25 Apr 2023 14:50:29 +0200 Subject: fix sentry report callstack (#256) * Include file, line and function in sentry log error messages * use sync direct error logger to get correct call stacks on error * changelog * use d1trimfile on windows to shorten file path on windows * constexpr -> consteval --- zencore/testing.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'zencore/testing.cpp') diff --git a/zencore/testing.cpp b/zencore/testing.cpp index 15be4b716..1599e9d1f 100644 --- a/zencore/testing.cpp +++ b/zencore/testing.cpp @@ -1,3 +1,5 @@ +// Copyright Epic Games, Inc. All Rights Reserved. + #include "zencore/testing.h" #include "zencore/logging.h" -- cgit v1.2.3