ente/lib/core/constants.dart
2021-02-09 17:05:45 +05:30

10 lines
404 B
Dart

const int THUMBNAIL_SMALL_SIZE = 256;
const int THUMBNAIL_SMALL_SIZE_QUALITY = 80;
const int THUMBNAIL_LARGE_SIZE = 512;
const int COMPRESSED_THUMBNAIL_RESOLUTION = 1080;
const int THUMBNAIL_DATA_LIMIT = 100 * 1024;
const String SENTRY_DSN =
"https://93b8ea6f54f442dc8408ebccdff6fe7a@errors.ente.io/2";
const String SENTRY_DEBUG_DSN =
"https://b31c8af8384a4ce980509b8f592a67eb@errors.ente.io/3";