File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3838
3939When using ``renku`` as a hosted service the Sentry integration can be enabled
4040to help developers iterate faster by showing them where bugs happen, how often,
41- and who's affected.
41+ and who is affected.
4242
43- 1. Install Sentry-SDK by ``python -m pip install sentry-sdk``;
43+ 1. Install Sentry-SDK with ``python -m pip install sentry-sdk``;
44442. Set environment variable
4545 ``SENTRY_DSN=https://<key>@sentry.<domain>/<project>``.
4646
Original file line number Diff line number Diff line change 1717# limitations under the License.
1818"""Move or rename a file, a directory, or a symlink.
1919
20- Moving a files that belongs to a dataset will update its metadata. It also
20+ Moving a file that belongs to a dataset will update its metadata. It also
2121will attempt to update tracking information for files stored in an external
2222storage (using Git LFS). Finally it makes sure that all relative symlinks work
2323after the move.
You can’t perform that action at this time.
0 commit comments