-
Notifications
You must be signed in to change notification settings - Fork 590
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Custom tag is not showing up in Telescope dashboard #830
Comments
Yes i can reproduce it. its definitely a Bug. ping @themsaid @driesvints |
Fixed the issue using the following code:
Much cleaner in my opinion, is this the way to go or is it recommended to use the code from the documentation? |
Can you tell me some information about your environment, are you using Laravel 7 or something? @themsaid |
@themsaid your above code doesn't Configuration: Laravel Framework My Provider File:
Its not tagging anything. Here is repo |
@buismaarten have you tried my repo |
@ManojKiranA yes, see the screenshot above and didn't changed anything in the code. |
Let's wait for @themsaid @driesvints |
@ManojKiranA could you test a simple example?
The example above works for me. Please show me how I can replicate the issue with a simple example like this one. |
@themsaid still the same i have updated my repo check that and While returing a empty array and while i was trying to migrate the tables here is the exception thrown
|
@ManojKiranA same here with the empty array #831 |
fixed in #839 |
@sanaat Telescope 3.x isn't supported anymore. Please upgrade to the latest version. |
Description:
Custom tag is not showing up in Telescope dashboard.
Steps To Reproduce:
The text was updated successfully, but these errors were encountered: