-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[PC-588] 에러 로깅 추가 #66
Conversation
ce8da97
to
7be75a0
Compare
7be75a0
to
81d04a9
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
고생하셨습니다!! 👍
class ErrorDataSourceImpl @Inject constructor( | ||
private val firebaseCrashlytics: FirebaseCrashlytics, | ||
) : ErrorDataSource { | ||
override suspend fun logError(exception: Throwable) { | ||
firebaseCrashlytics.recordException(exception) | ||
} | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 👍
fun provideErrorDataSource( | ||
@Debug debugErrorDataSource: ErrorDataSource, | ||
@Release releaseErrorDataSource: ErrorDataSource, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 👍
야밍~~~~ |
1. ⭐️ 변경된 내용
2. 🖼️ 스크린샷(선택)