summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKamil Trzciński <ayufan@ayufan.eu>2019-06-24 13:56:26 +0000
committerKamil Trzciński <ayufan@ayufan.eu>2019-06-24 13:56:26 +0000
commit6a71eea9acef04c3a21e27342a9fd1a8edf688ac (patch)
tree98907c10f431b8000ff57f2653bffa5711e9316f
parent0e6e924b8b09ff9db9d4d1a70c5e9e59f62bff68 (diff)
parent22cfb8588ce0752c11397eae158a935709fe533d (diff)
downloadgitlab-ce-6a71eea9acef04c3a21e27342a9fd1a8edf688ac.tar.gz
Merge branch 'sh-remove-token-from-profiling-docs' into 'master'
Remove requirement for personal access token in profiling See merge request gitlab-org/gitlab-ce!29972
-rw-r--r--doc/development/profiling.md4
1 files changed, 0 insertions, 4 deletions
diff --git a/doc/development/profiling.md b/doc/development/profiling.md
index b2f3a105b23..795523b82aa 100644
--- a/doc/development/profiling.md
+++ b/doc/development/profiling.md
@@ -38,10 +38,6 @@ For routes that require authorization you will need to provide a user to
Gitlab::Profiler.profile('/gitlab-org/gitlab-test', user: User.first)
```
-The user you provide will need to have a [personal access
-token](https://docs.gitlab.com/ce/user/profile/personal_access_tokens.html) in
-the GitLab instance.
-
Passing a `logger:` keyword argument to `Gitlab::Profiler.profile` will send
ActiveRecord and ActionController log output to that logger. Further options are
documented with the method source.