File tree 4 files changed +10
-0
lines changed
plugin-dev/Source/Sentry/Private 4 files changed +10
-0
lines changed Original file line number Diff line number Diff line change
1
+ #pragma once
2
+
3
+ #include "GenericPlatform/GenericPlatformSentryUser.h"
Original file line number Diff line number Diff line change
1
+ #pragma once
2
+
3
+ #include "GenericPlatform/GenericPlatformSentryUser.h"
Original file line number Diff line number Diff line change @@ -133,6 +133,7 @@ Source/Sentry/Private/IOS/IOSSentrySubsystem.h
133
133
Source/Sentry/Private/IOS/IOSSentryUser.h
134
134
Source/Sentry/Private/Linux/LinuxSentrySubsystem.cpp
135
135
Source/Sentry/Private/Linux/LinuxSentrySubsystem.h
136
+ Source/Sentry/Private/Linux/LinuxSentryUser.h
136
137
Source/Sentry/Private/Mac/MacSentrySubsystem.cpp
137
138
Source/Sentry/Private/Mac/MacSentrySubsystem.h
138
139
Source/Sentry/Private/Mac/MacSentryUser.h
@@ -187,6 +188,7 @@ Source/Sentry/Private/Windows/Infrastructure/WindowsSentryConverters.cpp
187
188
Source/Sentry/Private/Windows/Infrastructure/WindowsSentryConverters.h
188
189
Source/Sentry/Private/Windows/WindowsSentrySubsystem.cpp
189
190
Source/Sentry/Private/Windows/WindowsSentrySubsystem.h
191
+ Source/Sentry/Private/Windows/WindowsSentryUser.h
190
192
Source/Sentry/Public/SentryAttachment.h
191
193
Source/Sentry/Public/SentryBeforeBreadcrumbHandler.h
192
194
Source/Sentry/Public/SentryBeforeSendHandler.h
Original file line number Diff line number Diff line change @@ -132,6 +132,7 @@ Source/Sentry/Private/IOS/IOSSentrySubsystem.h
132
132
Source/Sentry/Private/IOS/IOSSentryUser.h
133
133
Source/Sentry/Private/Linux/LinuxSentrySubsystem.cpp
134
134
Source/Sentry/Private/Linux/LinuxSentrySubsystem.h
135
+ Source/Sentry/Private/Linux/LinuxSentryUser.h
135
136
Source/Sentry/Private/Mac/MacSentrySubsystem.cpp
136
137
Source/Sentry/Private/Mac/MacSentrySubsystem.h
137
138
Source/Sentry/Private/Mac/MacSentryUser.h
@@ -186,6 +187,7 @@ Source/Sentry/Private/Windows/Infrastructure/WindowsSentryConverters.cpp
186
187
Source/Sentry/Private/Windows/Infrastructure/WindowsSentryConverters.h
187
188
Source/Sentry/Private/Windows/WindowsSentrySubsystem.cpp
188
189
Source/Sentry/Private/Windows/WindowsSentrySubsystem.h
190
+ Source/Sentry/Private/Windows/WindowsSentryUser.h
189
191
Source/Sentry/Public/SentryAttachment.h
190
192
Source/Sentry/Public/SentryBeforeBreadcrumbHandler.h
191
193
Source/Sentry/Public/SentryBeforeSendHandler.h
You can’t perform that action at this time.
0 commit comments