Skip to content

Commit

Permalink
Update secrets to include separate sentry.properties file for WP and …
Browse files Browse the repository at this point in the history
…JP and add jp.sentry.dsn property
  • Loading branch information
AliSoftware committed Jul 6, 2021
1 parent 8774669 commit 5955ede
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .configure
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"project_name": "WordPress-Android",
"branch": "trunk",
"pinned_hash": "08dfbcacef71687eebd0febaf97258e4f708ea54",
"pinned_hash": "578dc25a031df0b463a9718464a6e5e23e7d2ec9",
"files_to_copy": [
{
"file": "android/WPAndroid/gradle.properties",
Expand All @@ -14,8 +14,13 @@
"encrypt": true
},
{
"file": "android/WPAndroid/sentry.properties",
"destination": "sentry.properties",
"file": "android/WPAndroid/wordpress-sentry.properties",
"destination": "WordPress/src/wordpress/sentry.properties",
"encrypt": true
},
{
"file": "android/WPAndroid/jetpack-sentry.properties",
"destination": "WordPress/src/jetpack/sentry.properties",
"encrypt": true
},
{
Expand Down
Binary file modified .configure-files/gradle.properties.enc
Binary file not shown.
Binary file added .configure-files/jetpack-sentry.properties.enc
Binary file not shown.
5 changes: 5 additions & 0 deletions .configure-files/wordpress-sentry.properties.enc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
�7�"���wy�ɏ����1G�.Ѳ��z����.��p��P�����
\�p�u�f�9ں� lX��sꞹ�����S�5O����A���KԀ<ѷ)j4�:
Iޏ�ρ��2�((L��X�H�i-)g_0�3�ߘsUKw��:���U�Ƞ
��f�㗥�"��2�^��M�a�
1pl�j����{s��2�l �GU罈�X�v�C��&΢"*::6I^��g��W�\i2t�!�����r���9���-9�cq���_-P�w�����c�v�P4�0�Fu��o�H�T�1d*wM���c�-�L����Q
Expand Down

0 comments on commit 5955ede

Please sign in to comment.