public class Md5FingerprintProvider extends Object implements FingerprintProvider
FingerprintProvider which generates a
fingerprint from the handled exception using the following formula:
md5(exceptionName + currentTimeInMillis)
| Constructor and Description |
|---|
Md5FingerprintProvider() |
| Modifier and Type | Method and Description |
|---|---|
String |
generate(HttpError httpError)
Generates a fingerprint based on the exception and the current timestamp.
|
public String generate(@NonNull HttpError httpError)
generate in interface FingerprintProviderhttpError - Error event for which fingerprint is generated.Copyright © 2019. All rights reserved.