# Enable mini-profiler for specific users / groups

**URL:** https://meta.discourse.org/t/enable-mini-profiler-for-specific-users-groups/128412
**Category:** Support
**Created:** [September 12, 2019, 2:52pm UTC](https://meta.discourse.org/t/enable-mini-profiler-for-specific-users-groups/128412 "2019-09-12T14:52:40Z")
**Posts on this page:** 8
**Page:** 1

<div class="post-metadata">

### Author: ![Jose\_C\_Gomez](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jose_c_gomez/32/137297_2.png) [@Jose\_C\_Gomez](https://meta.discourse.org/u/Jose_C_Gomez)
#### Post date: [September 12, 2019, 2:52pm UTC](https://meta.discourse.org/t/enable-mini-profiler-for-specific-users-groups/128412/1 "2019-09-12T14:52:40Z")

</div>

I’m wondering if there’s a way to allow the mini-profiler to be enabled for other admins?

---

<div class="post-metadata">

### Author: ![pfaffman](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/pfaffman/32/120154_2.png) [@pfaffman](https://meta.discourse.org/u/pfaffman)
#### Post date: [September 12, 2019, 3:03pm UTC](https://meta.discourse.org/t/enable-mini-profiler-for-specific-users-groups/128412/2 "2019-09-12T15:03:51Z")

</div>

You need to add them to `DEVELOPER_EMAILS` in `app.yml`.

---

<div class="post-metadata">

### Author: ![Jose\_C\_Gomez](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jose_c_gomez/32/137297_2.png) [@Jose\_C\_Gomez](https://meta.discourse.org/u/Jose_C_Gomez)
#### Post date: [September 12, 2019, 3:15pm UTC](https://meta.discourse.org/t/enable-mini-profiler-for-specific-users-groups/128412/3 "2019-09-12T15:15:31Z")

</div>

> [@pfaffman](#):
>
> `DEVELOPER_EMAILS`

Is this an array? comma separated?

---

<div class="post-metadata">

### Author: ![pfaffman](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/pfaffman/32/120154_2.png) [@pfaffman](https://meta.discourse.org/u/pfaffman)
#### Post date: [September 12, 2019, 3:21pm UTC](https://meta.discourse.org/t/enable-mini-profiler-for-specific-users-groups/128412/4 "2019-09-12T15:21:51Z")

</div>

Comma separated. If you’re not handy with a text editor you can just run `discourse-setup` again and put them when it asks:

```
 Email address for admin account(s)? [admin@yourdomain]: 

```

and provide as many comma-separated addresses as you wish. I don’t know if spaces will hurt, but best not to have them.

---

<div class="post-metadata">

### Author: ![Jose\_C\_Gomez](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jose_c_gomez/32/137297_2.png) [@Jose\_C\_Gomez](https://meta.discourse.org/u/Jose_C_Gomez)
#### Post date: [September 12, 2019, 3:26pm UTC](https://meta.discourse.org/t/enable-mini-profiler-for-specific-users-groups/128412/5 "2019-09-12T15:26:44Z")

</div>

Perfect thanks!  
I’m guessing launcher rebuild necessary after it?

---

<div class="post-metadata">

### Author: ![pfaffman](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/pfaffman/32/120154_2.png) [@pfaffman](https://meta.discourse.org/u/pfaffman)
#### Post date: [September 12, 2019, 3:32pm UTC](https://meta.discourse.org/t/enable-mini-profiler-for-specific-users-groups/128412/6 "2019-09-12T15:32:25Z")

</div>

I think that you can

```
./launcher destroy app;./launcher start app

```

---

<div class="post-metadata">

### Author: ![JammyDodger](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jammydodger/32/254611_2.png) [@JammyDodger](https://meta.discourse.org/u/JammyDodger)
#### Post date: [July 1, 2024, 10:32pm UTC](https://meta.discourse.org/t/enable-mini-profiler-for-specific-users-groups/128412/7 "2024-07-01T22:32:33Z")

</div>

3 posts were split to a new topic: [Missing mini-profiler](https://meta.discourse.org/t/missing-mini-profiler/314524)

---

<div class="post-metadata">

### Author: ![JammyDodger](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jammydodger/32/254611_2.png) [@JammyDodger](https://meta.discourse.org/u/JammyDodger)
#### Post date: [July 1, 2024, 10:33pm UTC](https://meta.discourse.org/t/enable-mini-profiler-for-specific-users-groups/128412/8 "2024-07-01T22:33:48Z")

</div>


